diff --git a/turbo.json b/turbo.json index c39a049ad..95516b716 100644 --- a/turbo.json +++ b/turbo.json @@ -6,7 +6,9 @@ "dependsOn": ["^build"] }, "lint": {}, - "typecheck": {}, + "typecheck": { + "dependsOn": ["^build"] + }, "test": { "dependsOn": ["^build"] },