Skip to content

Commit

Permalink
disable cache on @base/debug module
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 20, 2023
1 parent 2f169cf commit a3608a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"inputs": ["src/**"],
"outputs": ["lib/**"],
"dependsOn": ["^build"]
},
"@base/debug#build": {
"outputs": ["lib/**"],
"cache": false
}
}
}

0 comments on commit a3608a4

Please sign in to comment.