From 42c21ca4a0da01fbd9733507280bbb7e68d92182 Mon Sep 17 00:00:00 2001 From: Panayot Cankov Date: Fri, 23 Jun 2017 17:16:09 +0300 Subject: [PATCH] Fix snapshot --- lib/commands/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/run.ts b/lib/commands/run.ts index 17ece86524..548eacffb9 100644 --- a/lib/commands/run.ts +++ b/lib/commands/run.ts @@ -93,7 +93,7 @@ export class RunCommandBase implements ICommand { this.$iosDeviceOperations.setShouldDispose(false); } - if (this.$options.release) { + if (this.$options.release || this.$options.bundle) { const runPlatformOptions: IRunPlatformOptions = { device: this.$options.device, emulator: this.$options.emulator,