Skip to content

Commit

Permalink
chore: bust turbo cache if server code has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 26, 2024
1 parent 398fb41 commit f30fdf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@
},

"test": {
"inputs": ["../../packages/diagnostic/server/**"],
"outputs": [],
"dependsOn": ["build:tests"]
},
"test:production": {
"inputs": ["../../packages/diagnostic/server/**"],
"outputs": [],
"dependsOn": ["build:production"]
}
Expand Down

0 comments on commit f30fdf4

Please sign in to comment.