executors
@nrwl/detox:build
Run detox build options.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Options playground
This is an example of what the properties looks like and their values. Go ahead and try, test your configuration this is a live-edit window, you can interact directly and get intellisense on property's values.
Loading...
Options
configPath
cp
string
Specify Detox config file path. If not supplied, detox searches for .detoxrc[.js]
or detox
section in package.json
.
detoxConfiguration
C
string
Select a device configuration from your defined configurations, if not supplied, and there's only one configuration, detox will default to it.