Skip to content

Commit

Permalink
ci(publish): add --ignore-scripts to skytrace publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge authored Oct 18, 2023
1 parent f8c884c commit 768bd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-skytrace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@artilleryio'
- run: PACKAGE_FOLDER_NAME=skytrace node .github/workflows/scripts/rename-packages-to-latest.js
- run: npm install -w skytrace
- run: npm install -w skytrace --ignore-scripts
- run: npm run build -w skytrace
- run: npm -w skytrace publish
env:
Expand Down

0 comments on commit 768bd86

Please sign in to comment.