mirror of https://github.com/pulumi/pulumi.git
12 lines
347 B
JSON
12 lines
347 B
JSON
{
|
|
"name": "codepaths-workspaces-tsc",
|
|
"description": "A project that uses npm and yarn workspaces and tsc. CodePaths computation should discover dependencies across the workspaces.",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "yarn workspaces run build"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"infra/"
|
|
]
|
|
} |