Skip to content

Commit e69de5d

Browse files
authored
Merge pull request #4787 from NativeScript/fatme/fix-exit-deploy
fix: release the console on deploy command
2 parents 5877dcf + af2f20d commit e69de5d

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)