From ad81bf9ed8b51bced0aa36c9b9bf01d29bb3d110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 26 Feb 2025 19:25:21 +0100 Subject: [PATCH] Cleanup --- turbo.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/turbo.json b/turbo.json index 6688968..2104ebb 100644 --- a/turbo.json +++ b/turbo.json @@ -7,10 +7,6 @@ "outputs": ["./dist/**"] }, "pack": {}, - "publish": {}, - "dev": { - "persistent": true, - "cache": false - } + "publish": {} } }