-
Notifications
You must be signed in to change notification settings - Fork 925
Bust the prettier cache any time any file changes #2369
Bust the prettier cache any time any file changes #2369
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @steveluscher and the rest of your teammates on Graphite |
@@ -75,7 +75,7 @@ | |||
"inputs": ["babel.config.json", "src/**", "test/**"] | |||
}, | |||
"test:prettier": { | |||
"inputs": ["src/**", "test/**"] | |||
"inputs": ["*"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We operate over way more that what's in src/
and test/
which is probably why things sometimes slip through.
83c8d6d
to
c0b5f45
Compare
a8daf7e
to
002805e
Compare
c0b5f45
to
b9034d4
Compare
002805e
to
11fa07c
Compare
b9034d4
to
6251417
Compare
11fa07c
to
f73ca3c
Compare
Merge activity
|
6251417
to
d548ce8
Compare
f73ca3c
to
aadc2ae
Compare
🎉 This PR is included in version 1.91.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
No description provided.