Skip to content

Commit

Permalink
fix(core): Support dot-prefixed project locations
Browse files Browse the repository at this point in the history
Fixes #10724
  • Loading branch information
jonathanmorley committed Jun 13, 2022
1 parent 161ff82 commit c641fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/config/workspaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ export function globForProjectFiles(
ignore: ALWAYS_IGNORE,
absolute: false,
cwd: root,
dot: true,
});
projectGlobCache = deduplicateProjectFiles(globResults, ig);
performance.mark('finish-glob-for-projects');
Expand Down

0 comments on commit c641fe7

Please sign in to comment.