chore(misc): forward prompt override to connect to nx cloud (#9867)
This commit is contained in:
parent
2177aae6eb
commit
a2546a8074
@ -43,7 +43,7 @@ export async function connectToNxCloudCommand(
|
||||
return;
|
||||
}
|
||||
|
||||
const res = await connectToNxCloudPrompt();
|
||||
const res = await connectToNxCloudPrompt(promptOverride);
|
||||
if (!res) return;
|
||||
const pmc = getPackageManagerCommand();
|
||||
execSync(`${pmc.addDev} @nrwl/nx-cloud@latest`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user