Skip to content

Commit

Permalink
fix(docs): internal workspace cache (#4838)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed May 5, 2023
1 parent ff4ae8f commit 0d2c9cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/pages/repo/docs/core-concepts/caching.mdx
Expand Up @@ -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
Expand Down

1 comment on commit 0d2c9cd

@vercel
Copy link

@vercel vercel bot commented on 0d2c9cd May 5, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.