Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Added option to skip assets compilation to system:update:finish command.
issue: NEXT-22008
author: Andreas Allacher
author_email: [email protected]
author_github: @AndreasA
---
- Changed
Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
to check if the stateShopware\Core\Framework\Plugin\PluginLifecycleService::STATE_SKIP_ASSET_BUILDING
exists. - Changed
Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
to add a new command option--skip-asset-build
. - Changed
Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
to add the stateShopware\Core\Framework\Plugin\PluginLifecycleService::STATE_SKIP_ASSET_BUILDING
if the--skip-asset-build
option has been provided.