remove prepare command

This commit is contained in:
Iuri Matias 2017-12-28 07:11:08 -05:00
parent 8de81c33bd
commit 4976408c11
1 changed files with 1 additions and 2 deletions

View File

@ -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"