fix(www): generate collections before typecheck (#36730)

This commit is contained in:
Kit Langton
2026-07-13 15:07:45 -04:00
committed by GitHub
parent 8c1808ab74
commit 3bc924252b
+1
View File
@@ -8,6 +8,7 @@
"dev": "vite dev --host 0.0.0.0 --port 3000",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"pretypecheck": "fumadocs-mdx",
"typecheck": "tsgo --noEmit"
},
"dependencies": {