Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
npm ci before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yotam Ronen committed Jan 9, 2025
1 parent 865b676 commit 9ee8867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
scope: '@sweet-security'
- run: npm ci
- run: npm run build
- run: npm publish --provenance --access public
env:
Expand Down

0 comments on commit 9ee8867

Please sign in to comment.