From 4976408c1151d1353dd5564bec0c63bbcee849f6 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 28 Dec 2017 07:11:08 -0500 Subject: [PATCH] remove prepare command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"