From ccc1513f403ec89f1238e695edb23aaf7b79cbf6 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Jan 2020 13:36:39 +0000 Subject: [PATCH] package.json edited online with 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 de62716fa..e76be839e 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 --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --configuration=staging", + "staging": "node node_modules/@angular/cli/bin/ng build --configuration=staging", "ng": "ng", "start": "ng serve", "build": "ng build",