From 67b70feb153279344f612055e2a8041122fbd5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 2 Feb 2024 17:10:44 +0100 Subject: [PATCH] fix: wrong husky config --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2306c7d..a8beaa3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,9 @@ "lint:staged": "lint-staged", "test": "node --enable-source-maps --test", "release": "semantic-release", - "postinstall": "husky" + "postinstall": "husky", + "prepublishOnly": "pinst --disable", + "postpublish": "pinst --enable" }, "dependencies": { "chalk": "5.3.0",