Skip to content

Commit

Permalink
chore(husky): remove deprecated install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Jun 22, 2024
1 parent b054506 commit 7424e3d
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 @@ -32,7 +32,7 @@
"lint:fix": "turbo run lint:fix",
"postlint:fix": "pnpm run postlint --fix",
"prepare": "is-ci || run-s prepare:husky build sync-project-references",
"prepare:husky": "husky install",
"prepare:husky": "husky",
"qa": "turbo run qa",
"postqa": "run-p postts postlint postformat",
"sync-project-references": "apitree sync-project-references",
Expand Down

0 comments on commit 7424e3d

Please sign in to comment.