chore: add scripts to start embark only

This commit is contained in:
Anthony Laibe 2018-11-14 09:42:16 +00:00
parent 21dff441d1
commit 7fb5c0d0da
1 changed files with 3 additions and 2 deletions

View File

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