merge #18: david1117dev/patch-1

Add --progress to yarn build
This commit is contained in:
purple 2024-02-18 17:44:04 +01:00 committed by GitHub
commit 814df53f47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ if [[ $1 != "-bash" ]]; then
# Rebuild panel assets.
PRINT INFO "Rebuilding panel assets.."
yarn run build:production
yarn run build:production --progress
# Put application into production.
PRINT INFO "Put application into production."
@ -1142,7 +1142,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD="
if [[ $YARN == "y" ]]; then
if ! [[ ( $F_developerIgnoreRebuild == true ) && ( $dev == true ) ]]; then
PRINT INFO "Rebuilding panel assets.."
yarn run build:production
yarn run build:production --progress
fi
fi
@ -1458,7 +1458,7 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
# Rebuild panel
if [[ $YARN == "y" ]]; then
PRINT INFO "Rebuilding panel assets.."
yarn run build:production
yarn run build:production --progress
fi
# Flush cache.