chore: remove useless scripts

This commit is contained in:
forehal 2023-04-06 14:35:56 +08:00
parent 885d03d3ad
commit 54ddf13c6a
No known key found for this signature in database

View file

@ -34,8 +34,7 @@
"test:macro": "cargo test -p napi-examples", "test:macro": "cargo test -p napi-examples",
"test:memory": "node memory-testing/index.mjs", "test:memory": "node memory-testing/index.mjs",
"postinstall": "husky install", "postinstall": "husky install",
"prepublishOnly": "yarn build && pinst --disable", "prepublish": "yarn build"
"postpublish": "pinst --enable"
}, },
"bugs": { "bugs": {
"url": "https://github.com/napi-rs/napi-rs/issues" "url": "https://github.com/napi-rs/napi-rs/issues"