Skip to content

Commit cab1ef3

Browse files
author
reyronald
committed
missing tsc script
1 parent 8ed66af commit cab1ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/systemjs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"watch": "rm -rf build && mkdir build && tsc -w",
77
"build": "rm -rf build && mkdir build && tsc || true",
8-
"start": "lite-server"
8+
"start": "lite-server",
9+
"tsc" : "tsc"
910
},
1011
"author": "",
1112
"license": "ISC",

0 commit comments

Comments
 (0)