Commit 2bdaf8b1 authored by 张启明's avatar 张启明

chore: 添加使用较大的内存来构建

parent 66bb8f40
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build --prod --base-href ./", "build": "ng build --prod --base-href ./",
"build-use-high-memory": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --base-href ./",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment