We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba4e6b commit b6d3408Copy full SHA for b6d3408
.github/workflows/npm-publish.yml
@@ -16,6 +16,7 @@ jobs:
16
- run: |
17
yarn install
18
yarn test
19
+ yarn prepublish
20
yarn publish
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments