Skip to content

Commit

Permalink
fix(react): prompt for nx-cloud during cra-to-nx (#9689)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 5, 2022
1 parent 70985b1 commit a96ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cra-to-nx/src/lib/cra-to-nx.ts
Expand Up @@ -62,7 +62,7 @@ export async function createNxWorkspaceForReact(options: Record<string, any>) {
const isCRA5 = /^[^~]?5/.test(deps['react-scripts']);

execSync(
`npx -y create-nx-workspace@latest temp-workspace --appName=${reactAppName} --preset=react --style=css --nx-cloud --packageManager=${packageManager}`,
`npx -y create-nx-workspace@latest temp-workspace --appName=${reactAppName} --preset=react --style=css --packageManager=${packageManager}`,
{ stdio: [0, 1, 2] }
);

Expand Down

0 comments on commit a96ecc6

Please sign in to comment.