Skip to content

Commit

Permalink
fix(build): increase node heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Apr 11, 2022
1 parent fb60cda commit 5a950ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"proxy": "https://incident-commander.canary.lab.flanksource.com/",
"scripts": {
"start": "DISABLE_ESLINT_PLUGIN=true craco start",
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
"build": "DISABLE_ESLINT_PLUGIN=true NODE_OPTIONS=\"--max_old_space_size=4096\" craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down

0 comments on commit 5a950ed

Please sign in to comment.