Skip to content

Commit

Permalink
fix(monorepo-builder): Update autoload.php path
Browse files Browse the repository at this point in the history
- Updated the path to autoload.php in monorepo-builder.php
- Changed the path to vendor/autoload.php
  • Loading branch information
guanguans committed Jul 25, 2023
1 parent 0c4a9e7 commit f9d321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use Symplify\MonorepoBuilder\Release\ReleaseWorker\UpdateReplaceReleaseWorker;

return static function (MBConfig $mbConfig): void {
require __DIR__.'/vendor/autoload.php';
require __DIR__.'/vendor-bin/monorepo-builder-worker/vendor/autoload.php';
$mbConfig->defaultBranch('main');

/**
Expand Down

0 comments on commit f9d321c

Please sign in to comment.