ci(docs-infra): reduce verbosity of `yarn build` on CI (#26746)

PR Close #26746
This commit is contained in:
George Kalpakas 2018-10-25 13:13:24 +03:00 committed by Matias Niemelä
parent f1a860fbf7
commit d725ab5142
2 changed files with 2 additions and 2 deletions

View File

@ -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 /

View File

@ -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/