]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: mute i18n progress 38679/head
authorErnesto Puerta <epuertat@redhat.com>
Tue, 23 Mar 2021 17:00:28 +0000 (18:00 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 24 Mar 2021 12:53:31 +0000 (13:53 +0100)
i18n progress build generates a lot of traces that make harder to find
the root cause for an error in frontend-unittests.

Fixes: https://tracker.ceph.com/issues/49943
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
src/pybind/mgr/dashboard/frontend/package.json

index db44533bc0cad4971c262e1b4a3e42b9c9103dc7..4c6884db39ac85e1696dcff662c8d0339cd2ba63 100644 (file)
@@ -13,7 +13,7 @@
     "postbuild:localize": "node cd --res",
     "env_build": "node cd --env",
     "i18n": "npm run i18n:extract && npm run i18n:push && npm run i18n:pull && npm run i18n:merge",
-    "i18n:extract": "ng xi18n --output-path src/locale --ivy",
+    "i18n:extract": "ng xi18n --output-path src/locale --ivy --progress=false",
     "i18n:push": "npx i18ntool push -c i18n.config.json",
     "i18n:pull": "npx i18ntool pull -c i18n.config.json",
     "i18n:merge": "npx i18ntool merge -c i18n.config.json",