We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761fc4e commit 6df2bc1Copy full SHA for 6df2bc1
lib/commands/run.ts
@@ -93,7 +93,7 @@ export class RunCommandBase implements ICommand {
93
this.$iosDeviceOperations.setShouldDispose(false);
94
}
95
96
- if (this.$options.release) {
+ if (this.$options.release || this.$options.bundle) {
97
const runPlatformOptions: IRunPlatformOptions = {
98
device: this.$options.device,
99
emulator: this.$options.emulator,
0 commit comments