From fb9461e00c5b73039a9d4fae483d6e571cdaf786 Mon Sep 17 00:00:00 2001 From: RainbowBird Date: Thu, 2 Jul 2026 02:42:57 +0800 Subject: [PATCH] fix(turbo): add missing dependency for build task --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 0ded6cb2e..74cc515c1 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turborepo.com/schema.json", "tasks": { "build": { + "dependsOn": ["^build"], "outputs": ["dist/**"] }, "@proj-airi/server-schema#build": {