diff options
| author | Dax Raad <[email protected]> | 2026-03-04 09:20:24 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-03-04 09:20:24 -0500 |
| commit | e3267413c262004bf76b573755f1de44a692a970 (patch) | |
| tree | 923d3843b255245ac3ba14d09092df4dd5c733f8 /turbo.json | |
| parent | 18cad10647996fc86c867bf6cd3efeb1999b1f63 (diff) | |
| download | opencode-e3267413c262004bf76b573755f1de44a692a970.tar.gz opencode-e3267413c262004bf76b573755f1de44a692a970.zip | |
remove build from typecheck
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 2 |
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": { |
