nx/e2e/react-native/project.json

12 lines
270 B
JSON

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