Skip to content

Commit edea609

Browse files
committed
fix: update build script to include webpack flag
1 parent abcfb0d commit edea609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"format": "biome format --write .",
1111
"check": "biome check",
1212
"check:fix": "biome check --fix --unsafe",
13-
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
13+
"build": "next build --webpack && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
1414
"cf-preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
1515
"cf-deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
1616
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"

0 commit comments

Comments
 (0)