merge #18
: david1117dev/patch-1
Add --progress to yarn build
This commit is contained in:
commit
814df53f47
1 changed files with 3 additions and 3 deletions
|
@ -247,7 +247,7 @@ if [[ $1 != "-bash" ]]; then
|
||||||
|
|
||||||
# Rebuild panel assets.
|
# Rebuild panel assets.
|
||||||
PRINT INFO "Rebuilding panel assets.."
|
PRINT INFO "Rebuilding panel assets.."
|
||||||
yarn run build:production
|
yarn run build:production --progress
|
||||||
|
|
||||||
# Put application into production.
|
# Put application into production.
|
||||||
PRINT INFO "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 [[ $YARN == "y" ]]; then
|
||||||
if ! [[ ( $F_developerIgnoreRebuild == true ) && ( $dev == true ) ]]; then
|
if ! [[ ( $F_developerIgnoreRebuild == true ) && ( $dev == true ) ]]; then
|
||||||
PRINT INFO "Rebuilding panel assets.."
|
PRINT INFO "Rebuilding panel assets.."
|
||||||
yarn run build:production
|
yarn run build:production --progress
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1458,7 +1458,7 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
|
||||||
# Rebuild panel
|
# Rebuild panel
|
||||||
if [[ $YARN == "y" ]]; then
|
if [[ $YARN == "y" ]]; then
|
||||||
PRINT INFO "Rebuilding panel assets.."
|
PRINT INFO "Rebuilding panel assets.."
|
||||||
yarn run build:production
|
yarn run build:production --progress
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Flush cache.
|
# Flush cache.
|
||||||
|
|
Loading…
Reference in a new issue