From 54ddf13c6a3ece0b08549f09d342a70d0ee890fa Mon Sep 17 00:00:00 2001 From: forehal Date: Thu, 6 Apr 2023 14:35:56 +0800 Subject: [PATCH] chore: remove useless scripts --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b2c0439a..c7c3161b 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,7 @@ "test:macro": "cargo test -p napi-examples", "test:memory": "node memory-testing/index.mjs", "postinstall": "husky install", - "prepublishOnly": "yarn build && pinst --disable", - "postpublish": "pinst --enable" + "prepublish": "yarn build" }, "bugs": { "url": "https://github.com/napi-rs/napi-rs/issues"