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 19384ea commit 1648d9bCopy full SHA for 1648d9b
.github/workflows/ci-full.yaml
@@ -50,7 +50,7 @@ jobs:
50
node-version: '20.11.1'
51
registry-url: 'https://registry.npmjs.org'
52
- run: npm ci
53
- - run: npm build
+ - run: npm run build
54
- run: npm publish
55
env:
56
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments