From 2f9efe88a753d62fbb9254c88f75297872844e8e Mon Sep 17 00:00:00 2001 From: Pontus Abrahamsson Date: Fri, 6 Sep 2024 12:16:42 +0200 Subject: [PATCH] Fix clean command --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbo.json b/turbo.json index 5d8029f1..560a7e98 100644 --- a/turbo.json +++ b/turbo.json @@ -30,6 +30,9 @@ "test": { "cache": false }, + "clean": { + "cache": false + }, "dev": { "inputs": ["$TURBO_DEFAULT$", ".env"], "persistent": true,