Added --progress EVERYWHERE

This commit is contained in:
david1117dev 2024-02-18 17:17:01 +01:00 committed by GitHub
parent d94632376d
commit 08600fa36a
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."
@ -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.