Skip to content

Commit

Permalink
Update theme:dump with new non-interactive option (#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenjaksch authored Jan 23, 2025
1 parent f0320fa commit 155980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/shopware.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
});
});
Expand Down

0 comments on commit 155980e

Please sign in to comment.