summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-03-04 09:20:24 -0500
committerDax Raad <[email protected]>2026-03-04 09:20:24 -0500
commite3267413c262004bf76b573755f1de44a692a970 (patch)
tree923d3843b255245ac3ba14d09092df4dd5c733f8 /turbo.json
parent18cad10647996fc86c867bf6cd3efeb1999b1f63 (diff)
downloadopencode-e3267413c262004bf76b573755f1de44a692a970.tar.gz
opencode-e3267413c262004bf76b573755f1de44a692a970.zip
remove build from typecheck
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json
index f06ddb0e8..4d31bc472 100644
--- a/turbo.json
+++ b/turbo.json
@@ -5,7 +5,7 @@
"tasks": {
"typecheck": {},
"build": {
- "dependsOn": ["^build"],
+ "dependsOn": [],
"outputs": ["dist/**"]
},
"opencode#test": {