merge main: prplwtf@github.com/teamblueprint/main.git

This commit is contained in:
prplwtf 2024-02-21 12:05:34 +01:00
commit 73e6bc821f
2 changed files with 5 additions and 4 deletions

View file

@ -38,7 +38,8 @@ Want your name, website or company listed here? [Sponsor **prplwtf** on GitHub](
[sp11rum](https://github.com/sp11rum) - contributor\
[phedona](https://github.com/Phedona) - contributor\
[codixer](https://github.com/Codixer) - contributor\
[slimi1](https://github.com/Slimi1) - contributor
[slimi1](https://github.com/Slimi1) - contributor\
[david1117dev](https://github.com/david1117dev) - contributor
<br/>

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.