diff --git a/recipe/shopware.php b/recipe/shopware.php index 1e262fb74..f80aabf27 100644 --- a/recipe/shopware.php +++ b/recipe/shopware.php @@ -161,7 +161,7 @@ function getPlugins(): array }); task('sw-build-without-db:build', static function () { - runLocally('CI=1 SHOPWARE_SKIP_BUNDLE_DUMP=1 ./bin/build.sh'); + runLocally('CI=1 SHOPWARE_SKIP_BUNDLE_DUMP=1 ./bin/build-js.sh'); }); task('sw-build-without-db', [