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": {