From e3a409df6773819e90e41f44ebfcaecdc84ed737 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 5 Aug 2024 23:32:13 -0500 Subject: [PATCH] fix: attempt to fix ci build --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 7e12e068..3bc25d6d 100644 --- a/turbo.json +++ b/turbo.json @@ -13,9 +13,9 @@ }, "test": { "dependsOn": [ + "build", "test:format", "test:lint", - "build", "test:typecheck", "test:unit" ]