summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--turbo.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json
index f06ddb0e8..ba3d01d36 100644
--- a/turbo.json
+++ b/turbo.json
@@ -3,7 +3,9 @@
"globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
"globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
"tasks": {
- "typecheck": {},
+ "typecheck": {
+ "dependsOn": ["^build"]
+ },
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]