Skip to content

Commit 5943c31

Browse files
committed
add ts check to ci
1 parent 2d636d3 commit 5943c31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pwa/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"i18n": "ts-node ./update-i18n.ts; prettier ./i18n/dictionaries/*.json --write",
1111
"prebuild": "ts-node ./prebuild.ts",
1212
"postbuild": "ts-node ./postbuild.ts",
13-
"contributors": "ts-node ./contributors.ts"
13+
"contributors": "ts-node ./contributors.ts",
14+
"typecheck": "tsc --noEmit"
1415
},
1516
"dependencies": {
1617
"@docsearch/css": "^3.9.0",

0 commit comments

Comments
 (0)