Skip to content

Commit

Permalink
Added memory setting to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Mar 16, 2022
1 parent 47ce11b commit aa38163
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 @@
"watch-css": "yarn build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "yarn build-css && react-scripts build",
"build": "yarn build-css && react-scripts --max_old_space_size=2048 build",
"serve": "yarn build && pm2 serve -s build",
"test": "react-scripts test --env=jsdom",
"eslint": "eslint \"src/**/*.{js,jsx}\" --quiet",
Expand Down

0 comments on commit aa38163

Please sign in to comment.