From 67abb1948b10c183c982e906ce7a5e418c53c795 Mon Sep 17 00:00:00 2001 From: HardiReady Date: Mon, 12 Mar 2018 16:54:18 +0100 Subject: [PATCH] Add no-progress flag to static prod build --- static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/package.json b/static/package.json index 4db9976..9c84d6b 100644 --- a/static/package.json +++ b/static/package.json @@ -7,7 +7,7 @@ "scripts": { "ng": "$(npm bin)/ng", "build": "ng build", - "build:prod": "ng build --prod --aot", + "build:prod": "ng build --no-progress --prod --aot", "start": "ng serve", "lint": "ng lint", "test": "ng test",