chore: 删除不再需要的示例包和工具配置

移除pkg-a、pkg-b和tooling-config包及其相关文件,这些是用于演示的示例代码
This commit is contained in:
砂糖
2025-11-28 17:50:19 +08:00
parent f0270e436a
commit 9221aa6276
6 changed files with 0 additions and 29 deletions

View File

@@ -1 +0,0 @@
Change me to miss cache!

View File

@@ -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:*"
}
}

View File

@@ -1 +0,0 @@
Change me to miss cache!

View File

@@ -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:*"
}
}

View File

@@ -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.

View File

@@ -1,4 +0,0 @@
{
"name": "tooling-config",
"description": "A package used by every other package."
}