Skip to content

Commit 6df2bc1

Browse files
Fix snapshot (#2918)
1 parent 761fc4e commit 6df2bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/run.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class RunCommandBase implements ICommand {
9393
this.$iosDeviceOperations.setShouldDispose(false);
9494
}
9595

96-
if (this.$options.release) {
96+
if (this.$options.release || this.$options.bundle) {
9797
const runPlatformOptions: IRunPlatformOptions = {
9898
device: this.$options.device,
9999
emulator: this.$options.emulator,

0 commit comments

Comments
 (0)