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" ]