We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb42cb commit 8541062Copy full SHA for 8541062
.github/workflows/npm-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: 16
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- - run: npm build
+ - run: npm run build
32
- run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments