From 2eb6c70b23adaa0f762a4d48313e9f6acdb95bf6 Mon Sep 17 00:00:00 2001 From: JayJay1024 Date: Fri, 19 Jul 2024 18:23:13 +0800 Subject: [PATCH] build: add build depends --- turbo.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}