From 19a04e9b0dd6aba71fb41836abbeda0cb390da9b Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Fri, 13 Mar 2026 12:35:55 -0500 Subject: [PATCH] fix(turbo): typecheck must depend on ^build so package types are available --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 7646c1f..3d95141 100644 --- a/turbo.json +++ b/turbo.json @@ -11,7 +11,7 @@ "dependsOn": ["^lint"] }, "typecheck": { - "dependsOn": ["^typecheck"] + "dependsOn": ["^build"] }, "test": { "dependsOn": ["^build"],