diff --git a/turbo.json b/turbo.json index 5f2b60ff..26442b3f 100644 --- a/turbo.json +++ b/turbo.json @@ -13,7 +13,7 @@ "persistent": true }, "typecheck": { - "dependsOn": ["^typecheck"], + "dependsOn": ["^build"], "inputs": ["src/**", "package.json", "tsconfig.json"], "outputs": [] },