Skip to content

Commit

Permalink
[fix] Resolve issue with reaching js heap limit (#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaroMourad authored Jul 7, 2023
1 parent c158218 commit e1a6190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aimcore/web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"zustand": "^4.1.1"
},
"scripts": {
"start": "cross-env SKIP_PREFLIGHT_CHECK=true node --no-deprecation node_modules/react-scripts/scripts/start.js craco --max_old_space_size=4096 start",
"build": "cross-env SKIP_PREFLIGHT_CHECK=true node --no-deprecation node_modules/react-scripts/scripts/build.js craco --max_old_space_size=4096 build && gzipper c -i js,css,html ./build && node tasks/index-html-template-generator.js",
"start": "cross-env SKIP_PREFLIGHT_CHECK=true node --no-deprecation node_modules/react-scripts/scripts/start.js craco --max_old_space_size=6144 start",
"build": "cross-env SKIP_PREFLIGHT_CHECK=true node --no-deprecation node_modules/react-scripts/scripts/build.js craco --max_old_space_size=6144 build && gzipper c -i js,css,html ./build && node tasks/index-html-template-generator.js",
"test": "cross-env SKIP_PREFLIGHT_CHECK=true craco test ",
"test:coverage": "cross-env SKIP_PREFLIGHT_CHECK=true craco test --collectCoverage",
"test:watch": "cross-env SKIP_PREFLIGHT_CHECK=true craco test --watchAll",
Expand Down

0 comments on commit e1a6190

Please sign in to comment.