From d0ab484a81800f2d6f249dda2c4304e416291cf2 Mon Sep 17 00:00:00 2001 From: dal Date: Fri, 25 Jul 2025 17:41:43 -0600 Subject: [PATCH] test and lint don't need buidl --- turbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index a798a5e35..57a8b2ca6 100644 --- a/turbo.json +++ b/turbo.json @@ -13,7 +13,7 @@ "dependsOn": ["@buster/database#dev"] }, "lint": { - "dependsOn": ["^build", "^lint"] + "dependsOn": ["^lint"] }, "typecheck": { "dependsOn": ["^build"] @@ -22,7 +22,7 @@ "dependsOn": ["^build"] }, "test:unit": { - "dependsOn": ["^build"] + "dependsOn": ["^test:unit"] }, "test:integration": { "dependsOn": ["^build"]