From 738fe2363af3d50f9530fa80bafb3ff7df13d832 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Thu, 25 Sep 2025 17:01:38 -0600 Subject: [PATCH] Update turbo dependancy builds --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 113e0ac5f..1f0239079 100644 --- a/turbo.json +++ b/turbo.json @@ -28,7 +28,7 @@ "dependsOn": ["^build"] }, "test:unit": { - "dependsOn": ["^test:unit"] + "dependsOn": ["^build"] }, "test:integration": { "dependsOn": ["^build"]