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 f8e6fe6 commit 52d3a40Copy full SHA for 52d3a40
.github/workflows/npm-publish.yml
@@ -26,6 +26,7 @@ jobs:
26
node-version: 20
27
registry-url: https://registry.npmjs.org/
28
- run: npm ci
29
+ - run: npm run build
30
- run: npm publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.twilio_alpha_npm_token}}
0 commit comments