diff --git a/turbo.json b/turbo.json index 83bc4fbeae..cd139edb2e 100644 --- a/turbo.json +++ b/turbo.json @@ -8,6 +8,10 @@ "dependsOn": [], "outputs": ["dist/**"] }, + "@opencode-ai/codemode#test": { + "dependsOn": ["^build"], + "outputs": [] + }, "@opencode-ai/core#test": { "dependsOn": ["^build"], "outputs": []