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