We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac38f16 commit bb3486fCopy full SHA for bb3486f
lib/controllers/deploy-controller.ts
@@ -10,7 +10,7 @@ export class DeployController {
10
const { buildData, deviceDescriptors } = data;
11
12
const executeAction = async (device: Mobile.IDevice) => {
13
- await this.$buildController.prepareAndBuild(buildData);
+ await this.$buildController.prepareAndBuild({ ...buildData, buildForDevice: !device.isEmulator });
14
await this.$deviceInstallAppService.installOnDevice(device, buildData);
15
};
16
0 commit comments