diff --git a/turbo.json b/turbo.json index efc86fe..e9066f0 100644 --- a/turbo.json +++ b/turbo.json @@ -1,8 +1,12 @@ { "$schema": "https://turbo.build/schema.json", "tasks": { - "lint": {}, - "lint:fix": {}, + "lint": { + "dependsOn": ["build"] + }, + "lint:fix": { + "dependsOn": ["build"] + }, "format": {}, "format:fix": {}, "check-types": {},