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 2fa75ff commit 042751aCopy full SHA for 042751a
.github/workflows/npm-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
node-version: 20
28
registry-url: https://registry.npmjs.org/
29
- - run: npm run build
+ - run: npm install && npm run build
30
- run: npm publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments