瀏覽代碼

fix(cicd): flakey typecheck (#14828)

Luke Parker 6 月之前
父節點
當前提交
ad5f0816a3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      turbo.json

+ 3 - 1
turbo.json

@@ -3,7 +3,9 @@
   "globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
   "globalEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
   "globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
   "globalPassThroughEnv": ["CI", "OPENCODE_DISABLE_SHARE"],
   "tasks": {
   "tasks": {
-    "typecheck": {},
+    "typecheck": {
+      "dependsOn": ["^build"]
+    },
     "build": {
     "build": {
       "dependsOn": ["^build"],
       "dependsOn": ["^build"],
       "outputs": ["dist/**"]
       "outputs": ["dist/**"]