We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5553297 + dea4f16 commit c9dcc63Copy full SHA for c9dcc63
blueprint.sh
@@ -254,7 +254,10 @@ if [[ $1 != "-bash" ]]; then
254
PRINT FATAL "Missing dependency \"yarn\"."
255
fi
256
hide_progress
257
+
258
+ set -eo pipefail
259
yarn install
260
+ set +eo pipefail
261
262
((PROGRESS_NOW++))
263
@@ -370,7 +373,9 @@ if [[ $1 != "-bash" ]]; then
370
373
PRINT INFO "Rebuilding panel assets.."
371
374
372
375
cd "$FOLDER" || cdhalt
376
377
yarn run build:production --progress
378
379
380
381
0 commit comments