diff options
| author | Dax Raad <[email protected]> | 2025-09-19 05:28:46 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-19 05:28:46 -0400 |
| commit | ebef2ea2d0d03365715002c0de76be5e2d44de1d (patch) | |
| tree | 5a5777a782e6d3b460f109a2dcd64b070e06b3fc /turbo.json | |
| parent | b5b8a0555d6a51aaebeaef35c2206843d7377164 (diff) | |
| download | opencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.tar.gz opencode-ebef2ea2d0d03365715002c0de76be5e2d44de1d.zip | |
ci: stuff
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 5 |
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"] + } } } |
