From f69234d1a5758e54bb52f93d86542eccdbd53ce3 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 2 Aug 2024 13:11:55 +0200 Subject: [PATCH] Remove root tasks for biome Running biome directly is much quicker (2.7s vs 0.3s) --- turbo.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/turbo.json b/turbo.json index d648b06..68e260a 100644 --- a/turbo.json +++ b/turbo.json @@ -15,10 +15,6 @@ "cache": false, "persistent": true }, - "typecheck": {}, - "//#format-and-lint": {}, - "//#format-and-lint:fix": { - "cache": false - } + "typecheck": {} } }