Skip to content

Commit 88595a6

Browse files
committed
test: revert to fix linux NUTs?
1 parent 45c2b5c commit 88595a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/localShadowRepo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class ShadowRepo {
117117
fs,
118118
dir: this.projectPath,
119119
gitdir: this.gitDir,
120-
filepaths: this.packageDirs.map((dir) => dir.name),
120+
filepaths: this.packageDirs.map((dir) => dir.path),
121121
// filter out hidden files and __tests__ patterns, regardless of gitignore
122122
filter: (f) => !f.includes(`${path.sep}.`) && !f.includes('__tests__'),
123123
});

0 commit comments

Comments
 (0)