Skip to content

Commit a34263a

Browse files
committed
add a check script to run tsc better
1 parent 2f9dc9c commit a34263a

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
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build": "tsc && eleventy",
88
"serve": "tsc && concurrently \"tsc --watch\" \"eleventy --serve --port=8080\"",
9+
"check": "tsc --noEmit",
910
"test": "echo \"Error: no test specified\" && exit 1"
1011
},
1112
"keywords": [],

0 commit comments

Comments
 (0)