Skip to content

Commit 7ac04dc

Browse files
committed
Merge pull request microsoft#8394 from achew22/nar
Add start target to package.json
2 parents def260b + fa86d13 commit 7ac04dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)