chore: remove useless scripts
This commit is contained in:
parent
885d03d3ad
commit
54ddf13c6a
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue