Skip to content

Commit

Permalink
ci(cd): stop prepare script running (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 3, 2021
1 parent 529f0e8 commit 731aecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:

- name: Publish to NPM
if: steps.release.outputs.release_created
run: npm publish --ignore-scripts
# Disable Husky prepare script
run: |
npm set-script prepare ""
npm publish --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 731aecb

Please sign in to comment.