diff --git a/shopware/platform/6.6/bin/build-storefront.sh b/shopware/platform/6.6/bin/build-storefront.sh index 0500f8b1..765b9fda 100755 --- a/shopware/platform/6.6/bin/build-storefront.sh +++ b/shopware/platform/6.6/bin/build-storefront.sh @@ -63,5 +63,5 @@ node "${STOREFRONT_ROOT}"/Resources/app/storefront/copy-to-vendor.js npm --prefix "${STOREFRONT_ROOT}"/Resources/app/storefront run production [[ ${SHOPWARE_SKIP_ASSET_COPY-""} ]] ||"${BIN_TOOL}" assets:install [[ ${SHOPWARE_SKIP_THEME_COMPILE-""} ]] || "${BIN_TOOL}" theme:compile --active-only -[[ ${SHOPWARE_SKIP_CACHE_CLEAR-""} ]] || "${BIN_TOOL}" cache:clear --active-only +[[ ${SHOPWARE_SKIP_CACHE_CLEAR-""} ]] || "${BIN_TOOL}" cache:clear