diff --git a/turbo.json b/turbo.json index 218ee989..198ecb58 100644 --- a/turbo.json +++ b/turbo.json @@ -41,7 +41,7 @@ // "dependsOn": ["build"], // "outputs": ["node_modules/.cache/tsbuildinfo.json"] // }, - // Ideally, this task wouldn't depends directly on "build". + // Ideally, this task wouldn't depends on "build". "typecheck": { // "dependsOn": [ // "@workleap/swc-configs#build", @@ -51,7 +51,7 @@ // "^typecheck", // "//#typecheck" // ], - "dependsOn": ["build", "^typecheck", "//#typecheck"], + "dependsOn": ["^build", "^typecheck", "//#typecheck"], "outputs": ["node_modules/.cache/tsbuildinfo.json"] }, "//#syncpack": {},