Skip to content

Commit

Permalink
ci: update build script
Browse files Browse the repository at this point in the history
Signed-off-by: Till Sanders <mail@till-sanders.de>
  • Loading branch information
tillsanders committed Aug 14, 2022
1 parent e095830 commit cf82a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build
run: npm ci && npm run build
run: npm ci && npm run build-only

- uses: JS-DevTools/npm-publish@v1
if: success()
Expand Down

0 comments on commit cf82a92

Please sign in to comment.