mirror of https://github.com/embarklabs/embark.git
remove prepare command
This commit is contained in:
parent
8de81c33bd
commit
4976408c11
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue