From 33c3d83bc02b0699474b232e3e2f147c418c5adc Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 28 Nov 2024 11:52:21 +0300 Subject: [PATCH] husky: change deprecated command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c80e456..2b2e598 100644 --- a/package.json +++ b/package.json @@ -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": {