From 7424e3dc0a7ee6713e3ce734a6f002194eb2476c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Rozs=C3=ADval?= Date: Sat, 22 Jun 2024 23:44:22 +0200 Subject: [PATCH] chore(husky): remove deprecated install cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bade0ac..4f4f086 100644 --- a/package.json +++ b/package.json @@ -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",