Skip to content

Commit f383d81

Browse files
committed
Do not emit code when typechecking only
1 parent 569be99 commit f383d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prestart": "npm run build",
1919
"start": "node build/server.js",
2020
"test": "jest",
21-
"typecheck": "tsc"
21+
"typecheck": "tsc --noEmit"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)