mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 10:16:30 +00:00
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…
x
Reference in New Issue
Block a user