Skip to content

Commit 6ee3d07

Browse files
klau85Claudiu Stoica
and
Claudiu Stoica
authored
update recipe for shopware 6.5 (#41)
Co-authored-by: Claudiu Stoica <[email protected]>
1 parent 85323a3 commit 6ee3d07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

recipes/shopware6.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@
7373
});
7474

7575
task('sw:build', static function () {
76-
run('cd {{release_path}} && ./bin/build.sh');
76+
if (test('[ -f {{release_path}}/bin/build.sh ]')) {
77+
run('cd {{release_path}} && ./bin/build.sh');
78+
} else {
79+
run('cd {{release_path}} && ./bin/build-js.sh');
80+
}
7781
});
7882

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

0 commit comments

Comments
 (0)