diff --git a/packages/nx/src/config/workspaces.ts b/packages/nx/src/config/workspaces.ts index 83ed13c972bc4..7a67d82128917 100644 --- a/packages/nx/src/config/workspaces.ts +++ b/packages/nx/src/config/workspaces.ts @@ -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');