From 9a4292726875e89f3614ba70f27d4cac1c153eed Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 07:35:24 +1000 Subject: [PATCH] revert: undo turbo typecheck dependency change from #14828 (#15902) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Hona <10430890+Hona@users.noreply.github.com> --- turbo.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/turbo.json b/turbo.json index ba3d01d36..f06ddb0e8 100644 --- a/turbo.json +++ b/turbo.json @@ -3,9 +3,7 @@ "globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"], "globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"], "tasks": { - "typecheck": { - "dependsOn": ["^build"] - }, + "typecheck": {}, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"]