From 3ecf4d10afa81a68c490c58a734d952b9d3ced46 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 27 Nov 2024 22:15:01 +0300 Subject: [PATCH] package.json: add script prepare --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4420cd6..e3faa3b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "build": "turbo build", "dev": "turbo dev", "lint": "turbo lint -- --fix --max-warnings 0", - "format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\"" + "format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\"", + "prepare": "husky install" }, "devDependencies": { "husky": "^9.1.7",