From d725ab514284498a4606cc878a282069c63979c0 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 25 Oct 2018 13:13:24 +0300 Subject: [PATCH] ci(docs-infra): reduce verbosity of `yarn build` on CI (#26746) PR Close #26746 --- aio/scripts/build-artifacts.sh | 2 +- aio/scripts/deploy-to-firebase.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/scripts/build-artifacts.sh b/aio/scripts/build-artifacts.sh index 4997c10bb3..dda3900966 100755 --- a/aio/scripts/build-artifacts.sh +++ b/aio/scripts/build-artifacts.sh @@ -13,7 +13,7 @@ readonly deployedUrl=https://pr${prNumber}-${prLastSha:0:7}.ngbuilds.io/ cd $PROJECT_ROOT/aio # Build and store the app - yarn build + yarn build --progress=false # Set deployedUrl as parameter in the opensearch description # deployedUrl must end with / diff --git a/aio/scripts/deploy-to-firebase.sh b/aio/scripts/deploy-to-firebase.sh index 96ea5a77a7..9032c1ccc9 100755 --- a/aio/scripts/deploy-to-firebase.sh +++ b/aio/scripts/deploy-to-firebase.sh @@ -93,7 +93,7 @@ fi cd "`dirname $0`/.." # Build the app - yarn build-for $deployEnv + yarn build-for $deployEnv --progress=false # Include any mode-specific files cp -rf src/extra-files/$deployEnv/. dist/