Skip to content

Commit

Permalink
Add --max-old-space-size=4096 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
muiux authored Dec 29, 2021
1 parent ea118b4 commit a394d23
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 @@ -83,7 +83,7 @@
},
"scripts": {
"build": "REACT_APP_SENTRY_DSN=$SENTRY_DSN npm run build:local",
"build:local": "npm run typechain && craco build",
"build:local": "npm run typechain && craco build --max-old-space-size=4096",
"start": "craco start",
"clean": "rm -fr src/generated/",
"start:alfajores": "REACT_APP_CHAIN_ID=44787 craco start",
Expand Down

0 comments on commit a394d23

Please sign in to comment.