Skip to main content
The build command wraps native:run and lets you choose a build type.

Command

Syntax:
nativecli build [OPTIONS]

Options

—build

Build type to use. Accepted values: debug or release. Default: debug.

Example

Run a release build:
nativecli build --build=release

See Also

  • jump command - Preview on devices quickly with NativePHP Jump