Merge pull request #8394 from achew22/nar

Add start target to package.json
This commit is contained in:
Mohamed Hegazy 2016-05-01 11:54:05 -07:00
commit 7ac04dcabc

View File

@ -45,6 +45,7 @@
"build": "npm run build:compiler && npm run build:tests",
"build:compiler": "jake local",
"build:tests": "jake tests",
"start": "node lib/tsc",
"clean": "jake clean",
"jake": "jake",
"lint": "jake lint",