20 lines
610 B
JSON
20 lines
610 B
JSON
{
|
|
"title": "Run detox build",
|
|
"description": "Run detox build options",
|
|
"type": "object",
|
|
"cli": "nx",
|
|
"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"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|