From f3686301a0a56137be6f76221af31da7b83b4703 Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Sun, 24 Nov 2024 14:29:34 -0800 Subject: [PATCH] Don't try to install husky upon use in another project --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f24f04..eb25505 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test": "vitest", - "postinstall": "husky install", + "prepare": "husky", "prepublishOnly": "yarn run build", "lint": "eslint src" },