Skip to content

Commit

Permalink
Updating Github workflow to prepublish prior to publishing (#104)
Browse files Browse the repository at this point in the history
* Updating Github workflow to prepublish prior to publishing
  • Loading branch information
RodneyU215 committed Sep 7, 2023
1 parent 2ba4e6b commit b6d3408
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:
- run: |
yarn install
yarn test
yarn prepublish
yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit b6d3408

Please sign in to comment.