This commit is contained in:
Peter Maquiran
2021-10-27 09:49:50 +01:00
parent 4b334dbebf
commit 7882f76d54
16 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --port 4200",
"build": "ng build",
"build": "node --max_old_space_size=999192 ./node_modules/@angular/cli/bin/ng build",
"lint": "ng lint",
"e2e": "ng e2e",
"test": "jest --detectOpenHandles --runInBand",