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 c41f1df commit 6b1962bCopy full SHA for 6b1962b
.github/workflows/npmpublish.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
path: node_modules
37
key: dependencies
38
+ - run: yarn
39
- run: npm publish
40
env:
41
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments