Skip to content

Commit

Permalink
Move fs cache location.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed May 10, 2024
1 parent cc565e8 commit 11fb2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-cache/src/fs.rs
Expand Up @@ -37,7 +37,7 @@ impl FSCache {
if let Some(override_dir) = override_dir {
AbsoluteSystemPathBuf::from_unknown(repo_root, override_dir)
} else {
repo_root.join_components(&["node_modules", ".cache", "turbo"])
repo_root.join_components(&[".turbo", "cache"])
}
}

Expand Down

0 comments on commit 11fb2f3

Please sign in to comment.