diff --git a/blueprint.sh b/blueprint.sh index d2c40f03..65f905fb 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -254,7 +254,10 @@ if [[ $1 != "-bash" ]]; then PRINT FATAL "Missing dependency \"yarn\"." fi hide_progress + + set -eo pipefail yarn install + set +eo pipefail ((PROGRESS_NOW++)) @@ -370,7 +373,9 @@ if [[ $1 != "-bash" ]]; then PRINT INFO "Rebuilding panel assets.." hide_progress cd "$FOLDER" || cdhalt + set -eo pipefail yarn run build:production --progress + set +eo pipefail ((PROGRESS_NOW++))