Skip to content

Commit

Permalink
Bust the prettier cache any time any file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Mar 23, 2024
1 parent 6251417 commit f73ca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"inputs": ["babel.config.json", "src/**", "test/**"]
},
"test:prettier": {
"inputs": ["src/**", "test/**"]
"inputs": ["*"]
},
"test:typecheck": {
"dependsOn": ["^compile:typedefs"],
Expand Down

0 comments on commit f73ca3c

Please sign in to comment.