diff options
| author | Copilot <[email protected]> | 2026-03-04 07:35:24 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-04 07:35:24 +1000 |
| commit | 9a4292726875e89f3614ba70f27d4cac1c153eed (patch) | |
| tree | be15f41360e5441759ebfb308f026ae93a90b0d7 /turbo.json | |
| parent | e66d829d1875f5a5fd8b0bfcab69cacb48b11b5d (diff) | |
| download | opencode-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.json | 4 |
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/**"] |
