From 12dd86781766f31393b99a31074fcf1d3c5acdeb Mon Sep 17 00:00:00 2001 From: Nicholas Browning Date: Sat, 8 Jun 2024 19:40:00 +0000 Subject: [PATCH] fix(postinstall): remove postinstall which is irrelevant to applications --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 32c6988..38c914a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "scripts": { "build": "webpack -- --color", "test": "echo \"Error: no test specified\" && exit 1", - "postinstall": "husky install", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "semantic-release": "semantic-release"