Skip to content

Commit

Permalink
chore: remove install from prepare script ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jan 30, 2024
1 parent 4971e4d commit 8f3d913
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 @@ -19,7 +19,7 @@
"fmt:affected": "turbo run format --filter='...[origin/main]' --concurrency=4",
"docs": "turbo run docs --concurrency=4",
"docs:affected": "turbo run docs --filter='...[origin/main]' --concurrency=4",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky",
"update": "pnpm --recursive update --interactive",
"update:latest": "pnpm --recursive update --interactive --latest",
"create-package": "turbo gen create-package --args"
Expand Down

0 comments on commit 8f3d913

Please sign in to comment.