diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 975c740f..e43cb721 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "build-serve": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve", "watch": "ng build --watch --configuration development", "test": "ng test", "postinstall": "ngcc" |