We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8b43a commit 5db46d5Copy full SHA for 5db46d5
1 file changed
packages/ionic/src/lib/native-run.ts
@@ -24,6 +24,8 @@ export function createNativeRunArgs({ packagePath, platform, portForward }: Nati
24
opts.push('--target', target);
25
} else if (options['emulator']) {
26
opts.push('--virtual');
27
+ } else if (options['device']) {
28
+ opts.push('--device');
29
}
30
31
if (options['connect']) {
0 commit comments