Skip to content

Commit beaebea

Browse files
committed
Update build script to include webpack
1 parent 4b2fccf commit beaebea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"analyze": "cross-env ANALYZE=true next build",
8-
"build": "next build",
8+
"build": "next build --webpack",
99
"check": "exit 0",
1010
"dev": "next --turbopack",
1111
"pagefind": "pagefind --site .next/server/app --output-path out/_pagefind",

0 commit comments

Comments
 (0)