Skip to content

Commit

Permalink
fix: Add missing npm build in npm-publish.yml (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaver-plume authored Mar 6, 2023
1 parent f52626f commit bf3119f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bf3119f

Please sign in to comment.