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 5064f3e commit e27c7adCopy full SHA for e27c7ad
.github/workflows/publish_to_npm.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Use default Node.js
17
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
- run: npm ci
19
+ - run: npm run build
20
- run: npm publish --provenance --access public
21
env:
22
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.
0 commit comments