Skip to content

Commit d568d7a

Browse files
gkalpakkara
authored andcommitted
ci: make integration_test job logs less verbose (angular#26929)
Follow-up for 804fb99. PR Close angular#26929
1 parent 86d41a1 commit d568d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/cli-hello-world-ivy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ng": "ng",
1010
"postinstall": "webdriver-manager update --gecko false --standalone false $CHROMEDRIVER_VERSION_ARG && yarn ivy-ngcc",
1111
"start": "ng serve",
12-
"test": "ng build"
12+
"test": "ng build --progress false"
1313
},
1414
"private": true,
1515
"dependencies": {

0 commit comments

Comments
 (0)