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
commit 3bc924252b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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": {