diff --git a/lib/commands/deploy.ts b/lib/commands/deploy.ts index 62a35ee7b4..aa7f613e95 100644 --- a/lib/commands/deploy.ts +++ b/lib/commands/deploy.ts @@ -6,6 +6,7 @@ export class DeployOnDeviceCommand extends ValidatePlatformCommandBase implement public allowedParameters: ICommandParameter[] = []; public dashedOptions = { + watch: { type: OptionType.Boolean, default: false, hasSensitiveValue: false }, hmr: { type: OptionType.Boolean, default: false, hasSensitiveValue: false }, };