diff --git a/recipe/shopware.php b/recipe/shopware.php index b8ff1b27a..e0ed5547a 100644 --- a/recipe/shopware.php +++ b/recipe/shopware.php @@ -169,7 +169,7 @@ function getPlugins(): array run('{{bin/php}} ./bin/console bundle:dump'); download('{{current_path}}/var/plugins.json', './var/'); - run('{{bin/php}} ./bin/console theme:dump'); + run('{{bin/php}} ./bin/console theme:dump -n'); download('{{current_path}}/files/theme-config', './files/'); }); });