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 1a49ed8 commit 6382e00Copy full SHA for 6382e00
.github/workflows/ci.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 --if-present
38
- run: npm publish --access public
39
env:
40
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments