Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion websites/rushjs.io/docs/pages/configs/environment_vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ any cobuild logic. See the [Cobuilds](../maintainer/cobuilds.md) documentation f

This is useful when you are using the cobuild feature but the Rush build cache is not able for
"leaf" projects in the dependency graph. (For example, common libraries have build cache enabled,
but the apps the consume these libraries do now.) Normally, because we can't obtain such projects
but the apps that consume these libraries do not.) Normally, because we can't obtain such projects
from the cache, all cobuild machines are forced to build that project. This is inefficient if our
goal is to validate whether the project builds successfully, not to deploy it.

Expand Down