chore(turbo): add src as global dependency for cache invalidation
The desktop app imports from the root src directory, but turbo wasn't tracking those files for cache hash calculation. This caused CI builds to use stale hashes when types changed in the root src directory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
17fc77e44d
commit
4e61155e5e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalDependencies": ["src/**"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue