Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rnv target fixes #1383

Merged
merged 11 commits into from
Feb 9, 2024
Next Next commit
fixes #1378
  • Loading branch information
pavjacko committed Feb 6, 2024
commit 8e9a65f4958c5d779c0cd7d38a155956717350e1
2 changes: 1 addition & 1 deletion packages/engine-core/src/tasks/task.rnv.target.launch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const taskRnvTargetLaunch: RnvTaskFn = async (c, parentTask, originTask)
options.push({ name: `${workspaceTarget} (global default)`, value: workspaceTarget });
}

options.push({ name: 'Pick from available targets...', value: null });
options.push({ name: 'Pick from available targets...', value: true });

const { selectedOption } = await inquirerPrompt({
name: 'selectedOption',
Expand Down