25 lines
666 B
JSON
25 lines
666 B
JSON
{
|
|
"name": "e2e-node",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "e2e/node",
|
|
"projectType": "application",
|
|
"implicitDependencies": ["node", "nest", "webpack"],
|
|
"targets": {
|
|
"e2e-ci--src/node.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
},
|
|
"e2e-ci--src/node-esbuild.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
},
|
|
"e2e-ci--src/node-server.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
},
|
|
"e2e-ci--src/webpack.test.ts": {
|
|
"inputs": ["e2eInputs"]
|
|
},
|
|
"e2e-ci--src/node-webpack.test.ts": {
|
|
"inputs": ["e2eInputs", "^production"]
|
|
}
|
|
}
|
|
}
|