diff --git a/turbo.json b/turbo.json index 5c2bd046..44c05e32 100644 --- a/turbo.json +++ b/turbo.json @@ -52,7 +52,8 @@ // "^typecheck", // "//#typecheck" // ], - "dependsOn": ["build", "^typecheck", "//#typecheck"], + // "dependsOn": ["build", "^typecheck", "//#typecheck"], + "dependsOn": ["^typecheck", "//#typecheck"], "outputs": ["node_modules/.cache/tsbuildinfo.json"] }, "//#syncpack": {},