We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36d8fa commit 779bbe1Copy full SHA for 779bbe1
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 18
18
registry-url: https://registry.npmjs.org/
19
- run: npm ci
20
- - run: npm build
+ - run: npm run build
21
- run: npm publish
22
env:
23
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments