From 0d2c9cd46e69e5717e93f0d56d6a33d514ccaae9 Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Fri, 5 May 2023 14:45:43 -0400 Subject: [PATCH] fix(docs): internal workspace cache (#4838) --- docs/pages/repo/docs/core-concepts/caching.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/pages/repo/docs/core-concepts/caching.mdx b/docs/pages/repo/docs/core-concepts/caching.mdx index b81597797be9e..82a2a11daddf2 100644 --- a/docs/pages/repo/docs/core-concepts/caching.mdx +++ b/docs/pages/repo/docs/core-concepts/caching.mdx @@ -437,7 +437,6 @@ First, `turbo` constructs a hash of the current global state of the codebase: Then it adds more factors relevant to a given workspace's task: - Hash the contents of all version-controlled files in the workspace folder or the files matching the `inputs` globs, if present -- The hashes of all internal dependencies - The `outputs` option specified in the [`pipeline`](/repo/docs/reference/configuration#pipeline) - The set of resolved versions of all installed `dependencies`, `devDependencies`, and `optionalDependencies` specified in a workspace's `package.json` from the root lockfile - The workspace task's name