Skip to content

Commit 1aa00de

Browse files
committed
Revert "docs(chore): temporarily revert to webpack (#10421)"
This reverts commit 3fde1aa.
1 parent a5d5008 commit 1aa00de

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",
11+
"build": "next build --turbopack",
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)