Skip to content

Commit af2f20d

Browse files
committed
fix: release the console on deploy command
Currently deploy command doesn't release the console as the watch option has default true value.
1 parent 3cabd7e commit af2f20d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/commands/deploy.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export class DeployOnDeviceCommand extends ValidatePlatformCommandBase implement
66
public allowedParameters: ICommandParameter[] = [];
77

88
public dashedOptions = {
9+
watch: { type: OptionType.Boolean, default: false, hasSensitiveValue: false },
910
hmr: { type: OptionType.Boolean, default: false, hasSensitiveValue: false },
1011
};
1112

0 commit comments

Comments
 (0)