pulumi/tests/integration/nodejs/codepaths-workspaces-tsc/package.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/"
]
}