diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 572435a..ed26dbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: - name: Install run: npm ci + - name: Build + run: npm run build + - name: Unit Test run: npm run test @@ -116,6 +119,9 @@ jobs: - name: Install run: npm ci + - name: Build + run: npm run build + - name: Publish run: npm publish --tag $NPM_TAG env: diff --git a/README.md b/README.md index 8a09783..e93129a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gadget -Reads file to create configuration for the [CloudCannon](https://cloudcannon.com/) CMS. +Reads files to create configuration for the [CloudCannon](https://cloudcannon.com/) CMS. This is used as a library within the CMS itself, but you can use it to generate a configuration file locally.