We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf7847 commit 660fdf0Copy full SHA for 660fdf0
1 file changed
.github/workflows/npm-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: 20
29
registry-url: https://registry.npmjs.org/
30
- - run: npm run build
+ - run: npm i
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments