Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Aug 11, 2022
1 parent a11c0d0 commit d3bfe6e
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 @@ -72,7 +72,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --max-old-space-size=4096",
"build": "react-scripts --max-old-space-size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && cp ./build/index.html ./build/200.html",
Expand Down

0 comments on commit d3bfe6e

Please sign in to comment.