summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/turbo.json b/turbo.json
index 9b978176b..6b1c9b324 100644
--- a/turbo.json
+++ b/turbo.json
@@ -6,8 +6,9 @@
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
- "test": {
- "dependsOn": ["^test"]
+ "opencode#test": {
+ "dependsOn": ["^build"],
+ "outputs": []
}
}
}