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 d0b37d1 commit 8341d3aCopy full SHA for 8341d3a
.github/workflows/npm-publish.yml
@@ -25,6 +25,7 @@ jobs:
25
node-version: 14
26
registry-url: https://registry.npmjs.org/
27
- run: npm install
28
+ - run: npm run build
29
- run: npm publish --access public
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments