Skip to content

Commit

Permalink
dev: monorepo-builder will not check src.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed May 26, 2024
1 parent ed22727 commit f09fa83
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 @@ -4,5 +4,5 @@

return static function (MBConfig $config): void {
$config->packageDirectories([__DIR__.'/packages']);
$config->packageDirectoriesExcludes(['dev']);
$config->packageDirectoriesExcludes(['dev', 'src']);
};

0 comments on commit f09fa83

Please sign in to comment.