Fixes for npm prestart event

This commit is contained in:
Denys Vuika 2016-05-13 14:32:58 +01:00
parent f42ef255f9
commit 2de84f5ec5

View File

@ -6,7 +6,7 @@
"scripts": {
"build.dev": "gulp dev",
"build.prod": "gulp build",
"prestart": "npm install",
"prestart": "npm install && npm run tsc -p tsconfig.dev.json",
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"test": "live-server --open=tests-runner.html",
"tsc": "tsc",