From d568d7a3526d4d89fd1db57455390bce2667f57b Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Sat, 3 Nov 2018 00:05:34 +0200 Subject: [PATCH] ci: make `integration_test` job logs less verbose (#26929) Follow-up for 804fb99d6. PR Close #26929 --- integration/cli-hello-world-ivy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cli-hello-world-ivy/package.json b/integration/cli-hello-world-ivy/package.json index 347d7ece3e..cc6a09fc6e 100644 --- a/integration/cli-hello-world-ivy/package.json +++ b/integration/cli-hello-world-ivy/package.json @@ -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": {