diff --git a/packages/workspace/src/command-line/dep-graph.ts b/packages/workspace/src/command-line/dep-graph.ts index 65f1fef2bd..78bd1b4921 100644 --- a/packages/workspace/src/command-line/dep-graph.ts +++ b/packages/workspace/src/command-line/dep-graph.ts @@ -507,6 +507,7 @@ function createFileWatcher(root: string, changeHandler: () => void) { function createDepGraphClientResponse(): DepGraphClientResponse { performance.mark('dep graph watch calculation:start'); defaultFileHasher.clear(); + defaultFileHasher.init(); let graph = onlyWorkspaceProjects(createProjectGraph()); performance.mark('dep graph watch calculation:end');