diff --git a/turbo.json b/turbo.json index 2463bb133..a5c9327f1 100644 --- a/turbo.json +++ b/turbo.json @@ -13,7 +13,8 @@ "sdks/*/src/**.ts", "sdks/*/src/**.tsx" ], - "outputs": [] + "outputs": [], + "dependsOn": ["^build"] }, "test": { "dependsOn": [ @@ -27,4 +28,4 @@ "dependsOn": [] } } -} \ No newline at end of file +}