Skip to content

Commit

Permalink
Break the style:fix cache any time any file changes (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Mar 23, 2024
1 parent 4402f35 commit 99a9cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"outputs": []
},
"style:fix": {
"inputs": ["src/**"],
"outputs": []
"inputs": ["*"],
"outputs": ["*"]
},
"test:lint": {
"inputs": ["src/**", "test/**"],
Expand Down

0 comments on commit 99a9cbe

Please sign in to comment.