summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-19 05:28:46 -0400
committerDax Raad <[email protected]>2025-09-19 05:28:46 -0400
commitebef2ea2d0d03365715002c0de76be5e2d44de1d (patch)
tree5a5777a782e6d3b460f109a2dcd64b070e06b3fc /turbo.json
parentb5b8a0555d6a51aaebeaef35c2206843d7377164 (diff)
downloadopencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.tar.gz
opencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.zip
ci: stuff
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json
index 7c0385206..3fd3914b0 100644
--- a/turbo.json
+++ b/turbo.json
@@ -1,6 +1,9 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
- "typecheck": {}
+ "typecheck": {},
+ "build": {
+ "dependsOn": ["^build"]
+ }
}
}