From c9126435ff78148d2523b4dd5eaa474f17c99261 Mon Sep 17 00:00:00 2001 From: kirillk Date: Fri, 22 May 2026 14:26:43 -0400 Subject: [PATCH] fix: remove jetbrains typecheck dependency from test:ci in turbo.json --- turbo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/turbo.json b/turbo.json index 8c569b72fe..c1798ac2a7 100644 --- a/turbo.json +++ b/turbo.json @@ -37,7 +37,6 @@ "outputs": [] }, "@kilocode/kilo-jetbrains#test:ci": { - "dependsOn": ["@kilocode/kilo-jetbrains#typecheck"], "outputs": [".artifacts/unit/junit.xml"] }, "@opencode-ai/ui#test": {