We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d636d3 commit 5943c31Copy full SHA for 5943c31
1 file changed
pwa/package.json
@@ -10,7 +10,8 @@
10
"i18n": "ts-node ./update-i18n.ts; prettier ./i18n/dictionaries/*.json --write",
11
"prebuild": "ts-node ./prebuild.ts",
12
"postbuild": "ts-node ./postbuild.ts",
13
- "contributors": "ts-node ./contributors.ts"
+ "contributors": "ts-node ./contributors.ts",
14
+ "typecheck": "tsc --noEmit"
15
},
16
"dependencies": {
17
"@docsearch/css": "^3.9.0",
0 commit comments