Skip to content

Commit 155a6f6

Browse files
committed
test: disable progress during extract-i18n
1 parent 1ec4ea6 commit 155a6f6

File tree

1 file changed

+2
-1
lines changed
  • packages/angular_devkit/build_angular/test/hello-world-app

1 file changed

+2
-1
lines changed

packages/angular_devkit/build_angular/test/hello-world-app/angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"extract-i18n": {
8888
"builder": "@angular-devkit/build-angular:extract-i18n",
8989
"options": {
90-
"browserTarget": "app:build"
90+
"browserTarget": "app:build",
91+
"progress": false
9192
}
9293
},
9394
"test": {

0 commit comments

Comments
 (0)