From 9221aa627614d3a3267b924e9e2a3c2327ac5c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 28 Nov 2025 17:50:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=E7=A4=BA=E4=BE=8B=E5=8C=85=E5=92=8C?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除pkg-a、pkg-b和tooling-config包及其相关文件,这些是用于演示的示例代码 --- packages/pkg-a/README.md | 1 - packages/pkg-a/package.json | 11 ----------- packages/pkg-b/README.md | 1 - packages/pkg-b/package.json | 11 ----------- packages/tooling-config/README.md | 1 - packages/tooling-config/package.json | 4 ---- 6 files changed, 29 deletions(-) delete mode 100644 packages/pkg-a/README.md delete mode 100644 packages/pkg-a/package.json delete mode 100644 packages/pkg-b/README.md delete mode 100644 packages/pkg-b/package.json delete mode 100644 packages/tooling-config/README.md delete mode 100644 packages/tooling-config/package.json diff --git a/packages/pkg-a/README.md b/packages/pkg-a/README.md deleted file mode 100644 index e464bf7..0000000 --- a/packages/pkg-a/README.md +++ /dev/null @@ -1 +0,0 @@ -Change me to miss cache! diff --git a/packages/pkg-a/package.json b/packages/pkg-a/package.json deleted file mode 100644 index 551ad94..0000000 --- a/packages/pkg-a/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "pkg-a", - "scripts": { - "build": "echo \"Building at the speed of Turbo.\" > output-file.txt && cat output-file.txt", - "lint": "echo \"Linted!\"", - "check-types": "echo \"Types checked!\"" - }, - "dependencies": { - "tooling-config": "workspace:*" - } -} diff --git a/packages/pkg-b/README.md b/packages/pkg-b/README.md deleted file mode 100644 index e464bf7..0000000 --- a/packages/pkg-b/README.md +++ /dev/null @@ -1 +0,0 @@ -Change me to miss cache! diff --git a/packages/pkg-b/package.json b/packages/pkg-b/package.json deleted file mode 100644 index 73c2fd5..0000000 --- a/packages/pkg-b/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "pkg-b", - "scripts": { - "prebuild": "echo \"Executing pre-build step...\"", - "build": "echo \"Welcome to the Turboverse.\" > output-file.txt && cat output-file.txt", - "check-types": "echo \"Types checked!\"" - }, - "dependencies": { - "tooling-config": "workspace:*" - } -} diff --git a/packages/tooling-config/README.md b/packages/tooling-config/README.md deleted file mode 100644 index f525f51..0000000 --- a/packages/tooling-config/README.md +++ /dev/null @@ -1 +0,0 @@ -Because this package is shared in every package in the monorepo, a source code change in this package will cause a cache miss for all tasks in all packages. diff --git a/packages/tooling-config/package.json b/packages/tooling-config/package.json deleted file mode 100644 index 34ca03a..0000000 --- a/packages/tooling-config/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "tooling-config", - "description": "A package used by every other package." -}