Skip to content

Commit

Permalink
Update build-storefront.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xaiyadev authored Jan 22, 2024
1 parent 350b5a5 commit 3751048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopware/platform/6.6/bin/build-storefront.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3751048

Please sign in to comment.