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