From da9cad8d9c49c8826f163179acc5b07292eb322e Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 9 May 2023 09:38:38 +0100 Subject: [PATCH] fix: remove `postinstall` command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8bdb27a2..67bcab8a 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ "prepare": "husky install && npm run build", "prepublishOnly": "npm run lint && npm run test", "release": "bumpp && npm publish", - "test": "vitest run", - "postinstall": "husky install" + "test": "vitest run" }, "dependencies": { "scule": "^1.0.0"