From 3c97e9c3eb78e32376b594ae401abfef3f57eb1f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 5 Mar 2026 12:06:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=A0=B9=20turbo?= =?UTF-8?q?.json=20=E4=B8=AD=E5=86=97=E4=BD=99=E7=9A=84=20compile/dist=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 子包 turbo.json(extends root)已各自定义了完整配置, 根级重复注册无实际作用。 --- turbo.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/turbo.json b/turbo.json index 25844c2..af7a524 100644 --- a/turbo.json +++ b/turbo.json @@ -6,42 +6,10 @@ "build": { "dependsOn": ["^build"] }, - "compile": { - "dependsOn": ["build"], - "cache": false - }, - "compile:darwin": { - "dependsOn": ["build"], - "cache": false - }, - "compile:linux": { - "dependsOn": ["build"], - "cache": false - }, - "compile:windows": { - "dependsOn": ["build"], - "cache": false - }, "dev": { "cache": false, "persistent": true }, - "dist": { - "dependsOn": ["build"], - "cache": false - }, - "dist:linux": { - "dependsOn": ["build"], - "cache": false - }, - "dist:mac": { - "dependsOn": ["build"], - "cache": false - }, - "dist:win": { - "dependsOn": ["build"], - "cache": false - }, "fix": { "cache": false },