ci(docs-infra): reduce verbosity of yarn build
on CI (#26746)
PR Close #26746
This commit is contained in:

committed by
Matias Niemelä

parent
f1a860fbf7
commit
d725ab5142
@ -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/
|
||||
|
Reference in New Issue
Block a user