mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Add start target to package.json
This allows tsc to be packaged hermetically by https://github.com/h2non/nar.
This commit is contained in:
parent
bc5b6dc19c
commit
fa86d1383e
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user