We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b571fb7 commit b83294eCopy full SHA for b83294e
3 files changed
.gitignore
@@ -12,6 +12,7 @@ package-lock.json
12
apps/site/.next
13
apps/site/build
14
apps/site/public/blog-data.json
15
+apps/site/next-env.d.ts
16
17
# Test Runner
18
junit.xml
apps/site/next-env.d.ts
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