We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cda4c commit 71c5466Copy full SHA for 71c5466
1 file changed
package.json
@@ -23,7 +23,7 @@
23
"start:sdk-tools": "nx run sdk-tools:serve",
24
"build": "pnpm run build:cowswap",
25
"build:all": "nx run-many -t build --no-cloud",
26
- "build:cowswap": "cross-env NODE_ENV=production nx build cowswap-frontend --no-cloud",
+ "build:cowswap": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 nx build cowswap-frontend --no-cloud",
27
"build:explorer": "nx build explorer --no-cloud",
28
"build:widget": "nx build widget-configurator --no-cloud",
29
"build:cowfi": "nx build cow-fi --no-cloud && pnpm run postbuild:cowfi",
0 commit comments