Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci committed Oct 18, 2023
1 parent 81f40e1 commit 45aa8cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- run: npm whoami
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: npm run release
- run: npm run build
- run: npm version patch
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 45aa8cf

Please sign in to comment.