Building the app
Before the app can be tested, it must be built.
Options
Name | Required | Default | Options/Types | Description |
---|---|---|---|---|
config , -c | false | ./owl.config.json | String | Path to the configuration file |
platform , -p | true | - | ios ,android | The platform the app should be built on |
Examples
- npm
- Yarn
npx owl build --platform ios --config ./owl.config.json
yarn owl build --platform ios --config ./owl.config.json