Skip to content

Commit

Permalink
build(react-app): bump node memory limit for production build
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jun 3, 2020
1 parent 201c1b6 commit f739b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"commit": "git-cz",
"prestart": "yarn clean && yarn lint --fix",
"start": "react-scripts start",
"build": "react-scripts build",
"build": "NODE_OPTIONS=--max_old_space_size=4096 react-scripts build",
"eject": "react-scripts eject",
"clean": "shx rm -rf ./build",
"has:changed": "bash ../monorepo-scripts/ci/hasChanged.sh react-app",
Expand Down

0 comments on commit f739b66

Please sign in to comment.