ci(docs-infra): reduce verbosity of `yarn build` on CI (#26746)
PR Close #26746
This commit is contained in:
parent
f1a860fbf7
commit
d725ab5142
|
@ -13,7 +13,7 @@ readonly deployedUrl=https://pr${prNumber}-${prLastSha:0:7}.ngbuilds.io/
|
||||||
cd $PROJECT_ROOT/aio
|
cd $PROJECT_ROOT/aio
|
||||||
|
|
||||||
# Build and store the app
|
# Build and store the app
|
||||||
yarn build
|
yarn build --progress=false
|
||||||
|
|
||||||
# Set deployedUrl as parameter in the opensearch description
|
# Set deployedUrl as parameter in the opensearch description
|
||||||
# deployedUrl must end with /
|
# deployedUrl must end with /
|
||||||
|
|
|
@ -93,7 +93,7 @@ fi
|
||||||
cd "`dirname $0`/.."
|
cd "`dirname $0`/.."
|
||||||
|
|
||||||
# Build the app
|
# Build the app
|
||||||
yarn build-for $deployEnv
|
yarn build-for $deployEnv --progress=false
|
||||||
|
|
||||||
# Include any mode-specific files
|
# Include any mode-specific files
|
||||||
cp -rf src/extra-files/$deployEnv/. dist/
|
cp -rf src/extra-files/$deployEnv/. dist/
|
||||||
|
|
Loading…
Reference in New Issue