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." -}