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
(cherry picked from commit c754fac)
  • Loading branch information
AgentEnder authored and FrozenPandaz committed Mar 8, 2024
1 parent fa8cb36 commit 5d6ae82
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
Original file line number Diff line number Diff line change
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 5d6ae82

Please sign in to comment.