Skip to content

Commit

Permalink
Fix husky disable script
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Jun 3, 2024
1 parent 9ea6cfd commit e5f844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
node-version: ${{ env.DEFAULT_NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
- name: Disable prepare script (for husky)
run: npm set-script prepare ""
run: npm pkg delete scripts.prepare
- name: Publish to NPM
run: npm publish --access public --ignore-scripts
env:
Expand Down

0 comments on commit e5f844b

Please sign in to comment.