diff --git a/turbo.json b/turbo.json index bf9dd9f..267c280 100644 --- a/turbo.json +++ b/turbo.json @@ -9,7 +9,9 @@ "cache": false, "persistent": true }, - "lint": {}, + "lint": { + "dependsOn": ["^build"] + }, "typecheck": { "dependsOn": ["^build"] },