Skip to content

Commit

Permalink
fix: fixing the node publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-varghese committed Dec 9, 2023
1 parent 89f9160 commit fabdf9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm ci
- run: npm run build && npm publish
env:
Expand Down

0 comments on commit fabdf9b

Please sign in to comment.