aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-03-31 00:35:09 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-03-31 00:35:09 +0200
commitbe10612685c733517393b5aa88136a4ad3f845d9 (patch)
treee85a765dadd16f3a08f04f6646a4c208cc1e9d41 /frontend/package.json
parent7ef80ea73d4bd617468942130a1634f8a24eb504 (diff)
parent6fd7dcd848effe906f79e814751f3a8a47b5fac5 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json1
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"