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/