Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions blueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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++))

Expand Down Expand Up @@ -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++))

Expand Down