19 lines
549 B
JSON
19 lines
549 B
JSON
{
|
|
"name": "e2e-workspace-create",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "e2e/workspace-create",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["create-nx-workspace"],
|
|
"targets": {
|
|
"e2e-ci--src/create-nx-plugin.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
},
|
|
"e2e-ci--src/create-nx-workspace-npm.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
},
|
|
"e2e-ci--src/create-nx-workspace.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
}
|
|
}
|
|
}
|