Skip to content

Commit 71c5466

Browse files
committed
fix: increase build size to 8g as 4g is breaking at cf!!!
1 parent d0cda4c commit 71c5466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"start:sdk-tools": "nx run sdk-tools:serve",
2424
"build": "pnpm run build:cowswap",
2525
"build:all": "nx run-many -t build --no-cloud",
26-
"build:cowswap": "cross-env NODE_ENV=production nx build cowswap-frontend --no-cloud",
26+
"build:cowswap": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 nx build cowswap-frontend --no-cloud",
2727
"build:explorer": "nx build explorer --no-cloud",
2828
"build:widget": "nx build widget-configurator --no-cloud",
2929
"build:cowfi": "nx build cow-fi --no-cloud && pnpm run postbuild:cowfi",

0 commit comments

Comments
 (0)