Files
nrwl--nx/packages/detox/executors.json
T
2026-07-13 12:38:36 +08:00

15 lines
464 B
JSON

{
"executors": {
"build": {
"implementation": "./dist/src/executors/build/build.impl",
"schema": "./dist/src/executors/build/schema.json",
"description": "Run the command defined in build property of the specified configuration."
},
"test": {
"implementation": "./dist/src/executors/test/test.impl",
"schema": "./dist/src/executors/test/schema.json",
"description": "Initiating your detox test suite."
}
}
}