]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Disable showing xi18n's progress
authorTiago Melo <tspmelo@gmail.com>
Thu, 6 Dec 2018 18:53:10 +0000 (18:53 +0000)
committerTiago Melo <tspmelo@gmail.com>
Thu, 6 Dec 2018 18:53:10 +0000 (18:53 +0000)
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/package.json

index b724badb2cc2a0d6609ddc471a561f72d4dcdc85..d9940471dbcd7224624b43f09172419a60a2cb99 100644 (file)
@@ -6,7 +6,7 @@
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0",
     "build": "ng build",
-    "i18n": "ng xi18n --i18n-format xlf --i18n-locale en-US --output-path locale && ngx-extractor -i 'src/**/*.ts' -f xlf -o src/locale/messages.xlf -l en-US",
+    "i18n": "ng xi18n --i18n-format xlf --i18n-locale en-US --output-path locale --progress=false && ngx-extractor -i 'src/**/*.ts' -f xlf -o src/locale/messages.xlf -l en-US",
     "test": "jest --watch",
     "test:ci": "JEST_SILENT_REPORTER_DOTS=true jest --coverage --reporters jest-silent-reporter",
     "e2e": "ng e2e",