We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbce2a commit ef2ccaaCopy full SHA for ef2ccaa
1 file changed
package.json
@@ -33,7 +33,7 @@
33
"proxy": "https://api.hackertab.dev/",
34
"scripts": {
35
"start": "react-scripts start",
36
- "web-build": "REACT_APP_WEB_BUILD=1 CI= react-scripts build",
+ "web-build": "REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=512 build",
37
"build": "./script/build.sh",
38
"stores-build": "./script/stores_build.sh",
39
"eject": "react-scripts eject"
0 commit comments