nx/e2e/nx-plugin/project.json

12 lines
268 B
JSON

{
"name": "e2e-nx-plugin",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/nx-plugin",
"projectType": "application",
"targets": {
"e2e": {},
"run-e2e-tests": {}
},
"implicitDependencies": ["create-nx-plugin"]
}