summaryrefslogtreecommitdiffhomepage
path: root/turbo.json
diff options
context:
space:
mode:
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/**"]