From 696be809cda720b387943d64b0ecf44843ef06d0 Mon Sep 17 00:00:00 2001 From: Charlie Kolb Date: Tue, 28 Jul 2026 15:26:58 +0200 Subject: [PATCH] build: Drop the ^typecheck dependency from the typecheck task (#35089) Co-authored-by: Claude Fable 5 --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index e2b6e1d3e0e..50f60bf086f 100644 --- a/turbo.json +++ b/turbo.json @@ -27,7 +27,7 @@ "env": ["RELEASE"] }, "typecheck": { - "dependsOn": ["^typecheck", "^build"] + "dependsOn": ["^build"] }, "format": {}, "format:check": {},