mirror of https://github.com/embarklabs/embark.git
chore: add scripts to start embark only
This commit is contained in:
parent
21dff441d1
commit
7fb5c0d0da
|
@ -47,9 +47,10 @@
|
|||
"test:contracts_app": "cross-env DAPP=\"contracts_app\" npm run test_dapp",
|
||||
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
|
||||
"start": "run-p start:*",
|
||||
"start:babel": "npm run babel:watch",
|
||||
"start:embark": "run-p start:embark:*",
|
||||
"start:embark:babel": "npm run babel:watch",
|
||||
"start:embark:type-check": "npm run type-check:watch",
|
||||
"start:ui": "cd embark-ui && npm run start",
|
||||
"start:type-check": "npm run type-check:watch",
|
||||
"tsc": "tsc",
|
||||
"tslint": "tslint",
|
||||
"type-check": "tsc",
|
||||
|
|
Loading…
Reference in New Issue