diff --git a/turbo.json b/turbo.json index 8f48a83..f603a3c 100644 --- a/turbo.json +++ b/turbo.json @@ -14,7 +14,7 @@ "dependsOn": ["^build"] }, "type-check": { - "dependsOn": ["^build"], + "dependsOn": ["build", "^build"], "outputs": [] }, "test": {