From ad8831a75a640a0f4f842ed62a40db6341362ebd Mon Sep 17 00:00:00 2001 From: Leifer Date: Tue, 29 Nov 2022 22:00:05 +0100 Subject: [PATCH] f --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7b6bba..d820490 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cli": "node ./packages/cli/bin/cli.js", "dev:debug": "node --inspect ./example-app/app.js", "dev": "node ./example-app/app.js", - "prepare": "npx husky install", + "postinstall": "npx husky install", "preinstall": "npx only-allow yarn", "release": "standard-version" },