Skip to content

Commit c3fd965

Browse files
committed
test
1 parent 34f8439 commit c3fd965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"build": "npm run build:clean && npm run build:ts",
1111
"build:clean": "rm -rf Runtime/lib",
12-
"build:ts": "cd Runtime; tsc -b",
12+
"build:ts": "cd Runtime; tsc -v; tsc -b",
1313
"prepublishOnly": "npm run build"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)