Browse Source

fix(cicd): flakey typecheck (#14828)

Luke Parker 1 month ago
parent
commit
ad5f0816a3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      turbo.json

+ 3 - 1
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/**"]