fix(misc): fix exit code for running nx outside of a workspace
This commit is contained in:
parent
100989eacb
commit
aa09d70b6a
@ -52,6 +52,6 @@ export function initGlobal() {
|
||||
output.note({
|
||||
title: `For more information please visit https://nx.dev/`,
|
||||
});
|
||||
process.exit(0);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user