summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
authorCopilot <[email protected]>2026-03-04 07:35:24 +1000
committerGitHub <[email protected]>2026-03-04 07:35:24 +1000
commit9a4292726875e89f3614ba70f27d4cac1c153eed (patch)
treebe15f41360e5441759ebfb308f026ae93a90b0d7 /turbo.json
parente66d829d1875f5a5fd8b0bfcab69cacb48b11b5d (diff)
downloadopencode-9a4292726875e89f3614ba70f27d4cac1c153eed.tar.gz
opencode-9a4292726875e89f3614ba70f27d4cac1c153eed.zip
revert: undo turbo typecheck dependency change from #14828 (#15902)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Hona <[email protected]>
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/turbo.json b/turbo.json
index ba3d01d36..f06ddb0e8 100644
--- a/turbo.json
+++ b/turbo.json
@@ -3,9 +3,7 @@
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
"tasks": {
- "typecheck": {
- "dependsOn": ["^build"]
- },
+ "typecheck": {},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]