Skip to content

Commit

Permalink
fix(core): setting up .nx inside gradle shouldn't throw (#21957)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Mar 4, 2024
1 parent dee4099 commit c754fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/init/init-v2.ts
Expand Up @@ -49,7 +49,7 @@ export async function initHandler(options: InitArgs): Promise<void> {
}
generateDotNxSetup(version);
// invokes the wrapper, thus invoking the initial installation process
runNxSync('');
runNxSync('--version', { stdio: 'ignore' });
return;
}

Expand Down

0 comments on commit c754fac

Please sign in to comment.