Skip to content

Commit 95f6270

Browse files
committed
add memory limit to ui's yarn build
1 parent fc02934 commit 95f6270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"scripts": {
6363
"dev": "react-app-rewired start",
64-
"build": "react-app-rewired build",
64+
"build": "react-app-rewired build --max_old_space_size=4096",
6565
"test": "react-app-rewired test",
6666
"eject": "react-app-rewired eject"
6767
},

0 commit comments

Comments
 (0)