Skip to content

Commit

Permalink
Merge pull request #22 from junwatu/master
Browse files Browse the repository at this point in the history
Always build package before publish it to registry.
  • Loading branch information
junwatu authored Oct 4, 2022
2 parents ff5cba8 + 24651d4 commit 9604746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm build
- run: npm test

publish-npm:
Expand Down

0 comments on commit 9604746

Please sign in to comment.