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"],