Skip to content

Commit

Permalink
chore: update shopware/platform package
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored and github-actions[bot] committed Jan 21, 2025
1 parent ef8a28f commit e382b75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion shopware/platform/6.6/bin/watch-storefront.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ fi
"${CWD}"/console bundle:dump
"${CWD}"/console feature:dump
"${CWD}"/console theme:compile --active-only
"${CWD}"/console theme:dump
if [[ -n "$1" ]]; then
"${CWD}"/console theme:dump --theme-name="$1"
else
"${CWD}"/console theme:dump
fi

if [[ $(command -v jq) ]]; then
OLDPWD=$(pwd)
Expand Down
6 changes: 5 additions & 1 deletion shopware/platform/6.7/bin/watch-storefront.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ fi
"${CWD}"/console bundle:dump
"${CWD}"/console feature:dump
"${CWD}"/console theme:compile --active-only
"${CWD}"/console theme:dump
if [[ -n "$1" ]]; then
"${CWD}"/console theme:dump --theme-name="$1"
else
"${CWD}"/console theme:dump
fi

if [[ $(command -v jq) ]]; then
OLDPWD=$(pwd)
Expand Down

0 comments on commit e382b75

Please sign in to comment.