Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): internal workspace cache #4838

Merged
merged 1 commit into from May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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