Skip to content

Commit 155980e

Browse files
Update theme:dump with new non-interactive option (#4004)
1 parent f0320fa commit 155980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/shopware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function getPlugins(): array
169169
run('{{bin/php}} ./bin/console bundle:dump');
170170
download('{{current_path}}/var/plugins.json', './var/');
171171

172-
run('{{bin/php}} ./bin/console theme:dump');
172+
run('{{bin/php}} ./bin/console theme:dump -n');
173173
download('{{current_path}}/files/theme-config', './files/');
174174
});
175175
});

0 commit comments

Comments
 (0)