We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d27d commit f5731aaCopy full SHA for f5731aa
.github/workflows/npm-publish.yml
@@ -34,6 +34,7 @@ jobs:
34
node-version: 20
35
registry-url: https://registry.npmjs.org/
36
- run: npm ci
37
+ - run: npm run build
38
- run: npm publish
39
env:
40
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments