From c31ceae6e2b9db8017e962bfe6d5939076778c79 Mon Sep 17 00:00:00 2001 From: PrettyCoffee <66521452+PrettyCoffee@users.noreply.github.com> Date: Sat, 11 Mar 2023 15:53:20 +0100 Subject: [PATCH] chore: add husky prepare script to install automatically (#37) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b179959..1224785f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,8 @@ "release:minor": "yarn run release minor", "release:patch": "yarn run release patch", "storybook": "storybook dev -p 6006", - "build-storybook": "storybook build" + "build-storybook": "storybook build", + "prepare": "husky install" }, "repository": { "type": "git",