Skip to content

Commit

Permalink
basercms-5.0.19 をリリース
Browse files Browse the repository at this point in the history
  • Loading branch information
momofff committed Jun 27, 2024
1 parent 534a4e7 commit d70b0eb
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 @@ -9,7 +9,7 @@

return static function (MBConfig $mbConfig): void {
$mbConfig->packageDirectories([__DIR__ . '/plugins']);
$version = (!empty($_SERVER['argv'][2]))?: '';
$version = ($_SERVER['argv'][2])?: '';
if(!$version) return;
$mbConfig->packageDirectoriesExcludes([
__DIR__ . '/plugins/BcThemeSample',
Expand Down

0 comments on commit d70b0eb

Please sign in to comment.