Skip to content

Commit ea533ab

Browse files
committed
Ensure next-env.d.ts is generated for type-checking
1 parent f515926 commit ea533ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:js:fix": "node --run lint:js -- --fix",
2222
"lint:md": "eslint \"**/*.md?(x)\" --cache --cache-strategy=content --cache-location=.eslintmdcache",
2323
"lint:md:fix": "node --run lint:md -- --fix",
24-
"lint:types": "tsc --noEmit",
24+
"lint:types": "next typegen && tsc --noEmit",
2525
"playwright": "playwright test",
2626
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
2727
"serve": "node --run dev",

0 commit comments

Comments
 (0)