ionic cordova build <platform>
Use Cordova to build for Android and iOS platform targets
Arguments
Name | Description |
---|
platform | The platform to build (e.g. android, ios) |
Options
Name | Description |
---|
--no-build | Do not invoke an Ionic build |
--debug | Mark as a debug build |
--release | Mark as a release build |
--device | Deploy build to a device |
--emulator | Deploy build to an emulator |
--buildConfig <file> | Use the specified build configuration |
--prod | Flag to use the production configuration |
--configuration, -c <conf> | Specify the configuration to use |
--source-map | Output source maps |