From 2bf3816efcf3023f523abde5923824bf1c391de3 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Fri, 13 Mar 2026 12:35:59 -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"],