ci: make `integration_test` job logs less verbose (#26929)

Follow-up for 804fb99d6.

PR Close #26929
This commit is contained in:
George Kalpakas 2018-11-03 00:05:34 +02:00 committed by Kara Erickson
parent 86d41a1db9
commit d568d7a352
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"ng": "ng",
"postinstall": "webdriver-manager update --gecko false --standalone false $CHROMEDRIVER_VERSION_ARG && yarn ivy-ngcc",
"start": "ng serve",
"test": "ng build"
"test": "ng build --progress false"
},
"private": true,
"dependencies": {