init
This commit is contained in:
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:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user