From 002805e9ca1ebb109cd16c30d3494e6944bee4af Mon Sep 17 00:00:00 2001 From: steveluscher Date: Fri, 22 Mar 2024 23:16:11 +0000 Subject: [PATCH] Bust the prettier cache any time any file changes --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index dc986ba4879..7399052989a 100644 --- a/turbo.json +++ b/turbo.json @@ -76,7 +76,7 @@ "inputs": ["babel.config.json", "src/**", "test/**"] }, "test:prettier": { - "inputs": ["src/**", "test/**"] + "inputs": ["*"] }, "test:typecheck": { "dependsOn": ["^compile:typedefs"],