Skip to content

Commit

Permalink
Merge pull request #59 from shopware/fix-asset-build-skip
Browse files Browse the repository at this point in the history
Fix skip asset build
  • Loading branch information
pweyck authored Jan 24, 2024
2 parents 8a77e06 + 88dc53d commit af754e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/setup_6.6.x
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_all_plugins() {

if console system:is-installed; then
if [[ ${SHOPWARE_SKIP_ASSET_COPY-""} ]]; then
console system:update:finish --skip-assets
console system:update:finish --skip-asset-build
else
console system:update:finish
fi
Expand Down

0 comments on commit af754e9

Please sign in to comment.