Skip to content

Commit b6d3408

Browse files
authored
Updating Github workflow to prepublish prior to publishing (#104)
* Updating Github workflow to prepublish prior to publishing
1 parent 2ba4e6b commit b6d3408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- run: |
1717
yarn install
1818
yarn test
19+
yarn prepublish
1920
yarn publish
2021
env:
2122
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)