Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

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 c0b5f45 commit 002805e
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 002805e

Please sign in to comment.