From 129b3f444202c1b80bce6b9e9d68e852b650541a Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 6 Nov 2023 08:11:06 -0700 Subject: [PATCH] fix: revert to prepack instead of postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8935512..8983bc9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint": "eslint . --ext .ts", "postpublish": "yarn run clean", "posttest": "yarn lint", - "postinstall": "husky install", + "prepack": "husky install", "prepublishOnly": "yarn run build && oclif lock && oclif manifest . && oclif readme", "pretest": "yarn build --noEmit && tsc -p test --noEmit", "preversion": "yarn run clean",