We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f515926 commit ea533abCopy full SHA for ea533ab
apps/site/package.json
@@ -21,7 +21,7 @@
21
"lint:js:fix": "node --run lint:js -- --fix",
22
"lint:md": "eslint \"**/*.md?(x)\" --cache --cache-strategy=content --cache-location=.eslintmdcache",
23
"lint:md:fix": "node --run lint:md -- --fix",
24
- "lint:types": "tsc --noEmit",
+ "lint:types": "next typegen && tsc --noEmit",
25
"playwright": "playwright test",
26
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
27
"serve": "node --run dev",
0 commit comments