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",