Skip to content

Commit 3fde1aa

Browse files
authored
docs(chore): temporarily revert to webpack (#10421)
### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
1 parent 091cb0a commit 3fde1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"#*": "./*"
99
},
1010
"scripts": {
11-
"build": "next build --turbopack",
11+
"build": "next build",
1212
"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",
1313
"dev": "next dev --turbopack",
1414
"lint": "fumadocs-mdx && next lint",

0 commit comments

Comments
 (0)