Showing
2 changed files
with
3 additions
and
3 deletions
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | "ng": "ng", |
7 | 7 | "start": "ng serve --host 0.0.0.0 --open", |
8 | 8 | "build": "ng build", |
9 | - "build:prod": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --prod --vendor-chunk", | |
9 | + "build:prod": "ng build --prod --vendor-chunk", | |
10 | 10 | "test": "ng test", |
11 | 11 | "lint": "ng lint", |
12 | 12 | "e2e": "ng e2e" | ... | ... |
... | ... | @@ -57,8 +57,8 @@ |
57 | 57 | <goal>install-node-and-npm</goal> |
58 | 58 | </goals> |
59 | 59 | <configuration> |
60 | - <nodeVersion>v10.16.0</nodeVersion> | |
61 | - <npmVersion>6.9.0</npmVersion> | |
60 | + <nodeVersion>v12.16.1</nodeVersion> | |
61 | + <npmVersion>6.13.4</npmVersion> | |
62 | 62 | </configuration> |
63 | 63 | </execution> |
64 | 64 | <execution> | ... | ... |