From 7f4d83f57aecd928d99dea10ce1a1bbfc5001d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=80=82?= Date: Fri, 3 Jul 2026 16:31:00 +0800 Subject: [PATCH] =?UTF-8?q?chore(turbo):=20dev=20=E5=89=8D=E7=BD=AE?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=B7=A5=E4=BD=9C=E5=8C=BA=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 16b3652..27d926e 100644 --- a/turbo.json +++ b/turbo.json @@ -2,6 +2,7 @@ "$schema": "https://turbo.build/schema.json", "tasks": { "dev": { + "dependsOn": ["^build"], "cache": false, "persistent": true },