Add no-progress flag to static prod build

pull/32/head
HardiReady 2018-03-12 16:54:18 +01:00
parent f46798ebd9
commit 67abb1948b
1 changed files with 1 additions and 1 deletions

View File

@ -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",