chore(misc): forward prompt override to connect to nx cloud (#9867)

This commit is contained in:
Craigory Coppola 2022-04-18 13:34:21 -04:00 committed by GitHub
parent 2177aae6eb
commit a2546a8074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`);