From b9c3e0d59fbeb930004887599aec9c7eb9dda334 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Sun, 8 May 2022 22:47:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=20(husky)=20add=20missing=20pre?= =?UTF-8?q?pare=20husky=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d54e61c..1ba7d33 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,8 @@ "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", - "postinstall": "patch-package" + "postinstall": "patch-package", + "prepare": "husky install" }, "eslintConfig": { "extends": [