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 3ee6f44 commit 00bb92dCopy full SHA for 00bb92d
.github/workflows/npm-publish.yml
@@ -15,8 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: 20
18
- - run: npm ci
19
- - run: npm test
+ - run: npm run build
20
21
publish-npm:
22
needs: build
@@ -27,7 +26,7 @@ jobs:
27
26
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments