We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 400b3b3 + f2488c7 commit a22fe50Copy full SHA for a22fe50
recipes/shopware6.php
@@ -71,7 +71,7 @@
71
});
72
73
task('sw:build', static function () {
74
- run('./bin/build.sh');
+ run('cd {{release_path}} && ./bin/build.sh');
75
76
77
task('sw:touch_install_lock', static function () {
0 commit comments