From 36e153e7cd5e61ceb8fa14512cfafbe95d491dda Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:24:43 +0000 Subject: [PATCH 1/2] Initial plan From d32f69a80ed65c40bdd12505ca0272d3e6d6b929 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:26:01 +0000 Subject: [PATCH 2/2] revert: remove typecheck build dependency from turbo task 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 ba3d01d3603..f06ddb0e8b7 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/**"]