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