diff --git a/docs/site/package.json b/docs/site/package.json index 4ad9e16f98aee..72c4edd256707 100644 --- a/docs/site/package.json +++ b/docs/site/package.json @@ -8,7 +8,7 @@ "#*": "./*" }, "scripts": { - "build": "next build --turbopack", + "build": "next build", "check-spelling": "spellchecker --files '**/*.mdx' --files '!content/blog/*.mdx' --files '!content/docs/acknowledgments.mdx' --files '!node_modules/**' --files '!content/extra/terms.mdx' --files '!content/extra/governance.mdx' --files '!content/extra/privacy.mdx' --dictionaries 'dictionary.txt' --no-suggestions --quiet", "dev": "next dev --turbopack", "lint": "fumadocs-mdx && next lint",