husky: change deprecated command

This commit is contained in:
vchikalkin 2024-11-28 11:52:21 +03:00
parent 00e0bb66ff
commit 33c3d83bc0

View File

@ -6,7 +6,7 @@
"dev": "turbo dev",
"lint": "turbo lint -- --fix --max-warnings 0",
"format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\"",
"prepare": "husky install",
"prepare": "husky",
"lint-staged": "turbo lint-staged"
},
"devDependencies": {