diff --git a/package.json b/package.json index a1acd046a..630384315 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ }, "private": true, "scripts": { - "preinstall": "true", - "test": "script/test" + "preinstall": "node -e 'process.exit(0)'", + "test": "node script/test" } }