Skip to content

Commit

Permalink
chore(package.json): attempt to disable husky before lerna command
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed May 10, 2024
1 parent 41f747d commit 67769ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build": "npx nx run-many -t build",
"preview": "npx nx run-many -t preview",
"bootstrap:ci": "pnpm i --frozen-lockfile",
"version:ci": "lerna version --yes --no-verify",
"version:ci": "HUSKY=0 lerna version --yes",
"publish:ci": "lerna publish from-package --yes"
},
"license": "MIT",
Expand Down

0 comments on commit 67769ff

Please sign in to comment.