From 153d2403ad936042898afacf5e2c05e6edb3117e Mon Sep 17 00:00:00 2001 From: Almeida Date: Sat, 19 Nov 2022 21:59:06 +0000 Subject: [PATCH] chore: turbo cache coverage (#8836) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],