We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcf6aa commit 4fbf3ddCopy full SHA for 4fbf3dd
1 file changed
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: '24.x'
18
registry-url: 'https://registry.npmjs.org'
19
- run: npm i
20
- - run: npm build
+ - run: npm run build
21
- run: npm publish --provenance
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments