diff --git a/turbo.json b/turbo.json index d50a29be2067..225428982d4a 100644 --- a/turbo.json +++ b/turbo.json @@ -15,7 +15,7 @@ }, "test": { "dependsOn": ["^build"], - "outputs": [] + "outputs": ["coverage/**"] }, "lint": { "dependsOn": ["^build"],