Skip to content

Commit 8b19678

Browse files
Strum355claude
andcommitted
docs: add explanatory comment to yarn-berry #isRoot fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 09a636b commit 8b19678

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/providers/processors/yarn_berry_processor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default class Yarn_berry_processor extends Yarn_processor {
8080
if (!name) {
8181
return false;
8282
}
83+
// Workspace members use paths like "member-a@workspace:packages/member-a", not just "@workspace:."
8384
return name.startsWith(`${this._manifest.name}@workspace:`);
8485
}
8586

0 commit comments

Comments
 (0)