fix(core): typo in nx update log (#27036)
This commit is contained in:
parent
f366d4e09c
commit
521c3f3891
@ -701,7 +701,7 @@ describe('global installation', () => {
|
|||||||
expect(() => {
|
expect(() => {
|
||||||
output = runCommand(`nx show projects`);
|
output = runCommand(`nx show projects`);
|
||||||
}).not.toThrow();
|
}).not.toThrow();
|
||||||
expect(output).toContain('Its time to update Nx');
|
expect(output).toContain(`It's time to update Nx`);
|
||||||
updateFile('node_modules/nx/package.json', packageJsonContents);
|
updateFile('node_modules/nx/package.json', packageJsonContents);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -219,7 +219,7 @@ function warnIfUsingOutdatedGlobalInstall(
|
|||||||
'For more information, see https://nx.dev/more-concepts/global-nx'
|
'For more information, see https://nx.dev/more-concepts/global-nx'
|
||||||
);
|
);
|
||||||
output.warn({
|
output.warn({
|
||||||
title: `Its time to update Nx 🎉`,
|
title: `It's time to update Nx 🎉`,
|
||||||
bodyLines,
|
bodyLines,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user