@nx/detox
Version:
25 lines (24 loc) • 1.02 kB
JSON
{
"version": 2,
"outputCapture": "direct-nodejs",
"title": "Run detox build",
"description": "Run detox build options.",
"type": "object",
"cli": "nx",
"x-deprecated": "The `@nx/detox:build` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/detox:convert-to-inferred` to migrate to the `@nx/detox/plugin` inferred plugin. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.",
"properties": {
"detoxConfiguration": {
"type": "string",
"description": "Select a device configuration from your defined configurations, if not supplied, and there's only one configuration, detox will default to it.",
"alias": "C"
},
"configPath": {
"type": "string",
"description": "Specify Detox config file path. If not supplied, detox searches for `.detoxrc[.js]` or `detox` section in `package.json`.",
"alias": "cp",
"x-completion-type": "file",
"x-completion-glob": ".detoxrc?(.js)"
}
},
"required": []
}