Skip to content

Commit

Permalink
Update README and add npm run build to release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jun 25, 2024
1 parent 3a463a2 commit c6c72f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Install
run: npm ci

- name: Build
run: npm run build

- name: Unit Test
run: npm run test

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c6c72f4

Please sign in to comment.