From bc2bec4b839d691e20beb090327a359c9e93f1cc Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Wed, 8 Jun 2022 09:59:05 +0200 Subject: [PATCH] fix(husky): wrong script for husky caused problems when installing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9f6734..9d47b96 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dev": "tsc -b -w", "prepack": "npm run build", "test": "echo 'No tests for now!'", - "postinstall": "husky install", + "prepare": "husky install", "commit": "git-cz" }, "files": [