Skip to content

Commit

Permalink
fix(core): Support dot-prefixed project locations (#10726)
Browse files Browse the repository at this point in the history
Fixes #10724
  • Loading branch information
jonathanmorley committed Jun 14, 2022
1 parent b19bce2 commit 4a5bda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/config/workspaces.ts
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

1 comment on commit 4a5bda6

@vercel
Copy link

@vercel vercel bot commented on 4a5bda6 Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.