Skip to content

Commit fa86d13

Browse files
committed
Add start target to package.json
This allows tsc to be packaged hermetically by https://github.com/h2non/nar.
1 parent bc5b6dc commit fa86d13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"build": "npm run build:compiler && npm run build:tests",
4646
"build:compiler": "jake local",
4747
"build:tests": "jake tests",
48+
"start": "node lib/tsc",
4849
"clean": "jake clean",
4950
"jake": "jake",
5051
"lint": "jake lint",

0 commit comments

Comments
 (0)