diff --git a/package.json b/package.json index 340d4bb40..2fd39976a 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "lint": "./node_modules/.bin/eslint lib/", "test": "mocha test/ --no-timeouts", "testdapp": "cd test_app/ && npm install && ../bin/embark test", - "fulltest": "npm run lint && npm run test && npm run testdapp", - "prepare": "webpack" + "fulltest": "npm run lint && npm run test && npm run testdapp" }, "bin": { "embark": "./bin/embark"