Skip to content

Commit

Permalink
merge main: [email protected]/teamblueprint/main.git
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Feb 21, 2024
2 parents b4599ce + 9d2c547 commit 73e6bc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/>

Expand Down
6 changes: 3 additions & 3 deletions blueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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

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

0 comments on commit 73e6bc8

Please sign in to comment.