From 3ef69b60f3f9b37289bb7c57e85ca4968165e05d Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 14 Jan 2020 07:42:13 +0000 Subject: [PATCH] Node Memory size is setted in package.json via bitbucket --- ng6-seed/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng6-seed/package.json b/ng6-seed/package.json index e76be839e..d5bf40831 100755 --- a/ng6-seed/package.json +++ b/ng6-seed/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "production": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod ", - "staging": "node node_modules/@angular/cli/bin/ng build --configuration=staging", + "staging": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build --configuration=staging", "ng": "ng", "start": "ng serve", "build": "ng build",