diff --git a/package.json b/package.json index 4599ba0f0..5448a0903 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,6 @@ "nock": "^13.2.4" }, "scripts": { - "test": "./run-tests", - "postmerge": "/bin/true", - "precommit": "/bin/true", - "prepush": "npm test", - "dashboard": "node_modules/.bin/gulp" + "test": "./run-tests" } }