diff --git a/package.json b/package.json index ceabf70c8..6f9e1e372 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,7 @@ "docs": "node scripts/generate-readme.js", "simple-integration-test": "jest --maxWorkers=5 simple-suite", "complex-integration-test": "jest --maxWorkers=5 integration", - "postinstall": "node ./scripts/postinstall.js", - "preuninstall": "node ./scripts/preuninstall.js" + "postinstall": "node ./scripts/postinstall.js" }, "jest": { "testRegex": "(\\.|/)(tests)\\.js$",