Skip to content

Commit

Permalink
Merge pull request #32 from ByteInternet/shopware-buildsh
Browse files Browse the repository at this point in the history
  • Loading branch information
tdgroot authored Feb 1, 2023
2 parents 400b3b3 + f2488c7 commit a22fe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/shopware6.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
});

task('sw:build', static function () {
run('./bin/build.sh');
run('cd {{release_path}} && ./bin/build.sh');
});

task('sw:touch_install_lock', static function () {
Expand Down

0 comments on commit a22fe50

Please sign in to comment.