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 dac7acd commit 523685aCopy full SHA for 523685a
lib/services/platform-service.ts
@@ -438,6 +438,9 @@ export class PlatformService implements IPlatformService {
438
439
public runPlatform(platform: string): IFuture<void> {
440
return (() => {
441
+ if (this.$options.release) {
442
+ this.$options.watch = false;
443
+ }
444
this.$logger.out("Starting...");
445
let action = (device: Mobile.IDevice) => {
446
0 commit comments