From 6bafe6b2a7e1baf1f6cd5351693a88c7c30697a1 Mon Sep 17 00:00:00 2001 From: Mark McCulloh Date: Tue, 22 Aug 2023 10:46:28 -0400 Subject: [PATCH] include snapshots as outputs --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index c3b9cb72e0f..29cb9ec5149 100644 --- a/turbo.json +++ b/turbo.json @@ -41,7 +41,8 @@ "src/**/*.ts", "src/**/*.test.ts", "test/**" - ] + ], + "outputs": ["**/__snapshots__/**", "**/*.snap"] }, "test:playwright": { "dependsOn": ["compile"],