We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a8f5d2 + 496e8c9 commit 85323a3Copy full SHA for 85323a3
recipes/shopware6.php
@@ -46,7 +46,9 @@
46
]);
47
48
task('sw:deploy:vendors_recovery', static function () {
49
- run('{{bin/composer}} {{composer_action}} -d vendor/shopware/recovery {{composer_options}} 2>&1');
+ if (test('[ -d vendor/shopware/recovery ]')) {
50
+ run('{{bin/composer}} {{composer_action}} -d vendor/shopware/recovery {{composer_options}} 2>&1');
51
+ }
52
});
53
54
// This task remotely executes the `cache:clear` console command on the target server.
0 commit comments