Add start target to package.json

This allows tsc to be packaged hermetically by
https://github.com/h2non/nar.
This commit is contained in:
Andrew Z Allen 2016-04-29 22:59:07 -06:00
parent bc5b6dc19c
commit fa86d1383e

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