How to invalidate cache when one workspace changes? #1983
-
|
Given monorepo structure and {
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"lint": {
"dependsOn": ["^lint"],
"outputs": []
},
}
}Now, all the workspaces have What's the best way to invalidate cache for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This should cover you, possibly with minor tweaks because I'm coding in GitHub: |
Beta Was this translation helpful? Give feedback.
This should cover you, possibly with minor tweaks because I'm coding in GitHub: