Skip to content

Commit

Permalink
increase node heap memory for ng build
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Mar 5, 2020
1 parent 770bc9f commit 1d6d4e7
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 @@ -7,7 +7,7 @@
"postinstall": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.2.0.3-Evaluation/ide-support/yfiles-typeinfo.js','./src/yfiles-typeinfo.js')\" && node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.2.0.3-Evaluation/lib/license.json','./src/license.json')\"",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "node --max_old_space_size=4096 node_modules/@angular/cli/bin/ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 1d6d4e7

Please sign in to comment.