Skip to content

Commit

Permalink
uiBuild NODE_OPTIONS=--max_old_space_size=8000
Browse files Browse the repository at this point in the history
  • Loading branch information
eldiiar-duishenaliev committed Nov 2, 2024
1 parent b9790f3 commit 11addb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.9.0",
"license": "Apache-2.0",
"scripts": {
"build": "export NODE_OPTIONS=\"--max-old-space-size=4096 $NODE_OPTIONS\"; stripes build stripes.config.js",
"build": "export NODE_OPTIONS=\"--max-old-space-size=8000 $NODE_OPTIONS\"; stripes build stripes.config.js",
"stripes": "stripes",
"start": "stripes serve stripes.config.js",
"build-module-descriptors": "stripes mod descriptor stripes.config.js --output ./ModuleDescriptors",
Expand Down

0 comments on commit 11addb4

Please sign in to comment.