We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f8439 commit c3fd965Copy full SHA for c3fd965
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"build": "npm run build:clean && npm run build:ts",
11
"build:clean": "rm -rf Runtime/lib",
12
- "build:ts": "cd Runtime; tsc -b",
+ "build:ts": "cd Runtime; tsc -v; tsc -b",
13
"prepublishOnly": "npm run build"
14
},
15
"keywords": [
0 commit comments