From fa89c6fa736945b1d40d73a755b87248269a28be Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 16 Apr 2025 15:39:58 +0200 Subject: [PATCH] fix: disable caching in turbo.json outputs configuration --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 867db00cf..db60ae947 100644 --- a/turbo.json +++ b/turbo.json @@ -14,7 +14,8 @@ ], "outputs": [ "dist/**" - ] + ], + "cache": false }, "dev": { "cache": false,