Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 7, 2023
1 parent 39dd670 commit 323d6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
- run: npm run build
- name: Publish to npm
run: |
if [[ "${{ github.event.release.prerelease }}" == "true" ]]; then
Expand Down

0 comments on commit 323d6c0

Please sign in to comment.