Skip to content

Commit a22fe50

Browse files
authored
Merge pull request #32 from ByteInternet/shopware-buildsh
2 parents 400b3b3 + f2488c7 commit a22fe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/shopware6.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
});
7272

7373
task('sw:build', static function () {
74-
run('./bin/build.sh');
74+
run('cd {{release_path}} && ./bin/build.sh');
7575
});
7676

7777
task('sw:touch_install_lock', static function () {

0 commit comments

Comments
 (0)