From 0ec3ea2ee0d4dd4db6e0ae5f40cc54088c221473 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 3 Jul 2019 16:07:54 +0100 Subject: [PATCH] Update package.json --- src/Ombi/ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json index 833636801..60ba68f22 100644 --- a/src/Ombi/ClientApp/package.json +++ b/src/Ombi/ClientApp/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --port 3578 --configuration hmr", - "build": "ng build", + "build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod", "lint": "ng lint" }, "private": true,