init
This commit is contained in:
1
packages/pkg-a/README.md
Normal file
1
packages/pkg-a/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Change me to miss cache!
|
||||
11
packages/pkg-a/package.json
Normal file
11
packages/pkg-a/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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:*"
|
||||
}
|
||||
}
|
||||
1
packages/pkg-b/README.md
Normal file
1
packages/pkg-b/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Change me to miss cache!
|
||||
11
packages/pkg-b/package.json
Normal file
11
packages/pkg-b/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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:*"
|
||||
}
|
||||
}
|
||||
1
packages/tooling-config/README.md
Normal file
1
packages/tooling-config/README.md
Normal file
@@ -0,0 +1 @@
|
||||
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.
|
||||
4
packages/tooling-config/package.json
Normal file
4
packages/tooling-config/package.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "tooling-config",
|
||||
"description": "A package used by every other package."
|
||||
}
|
||||
Reference in New Issue
Block a user