mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Update lib/core-server/src/utils/update-check.ts
This commit is contained in:
parent
45717aa0d6
commit
62f541dd2d
@ -48,7 +48,7 @@ export function createUpdateMessage(updateInfo: VersionCheck, version: string):
|
||||
|
||||
${chalk.gray('Upgrade now:')} ${colors.green(upgradeCommand)}
|
||||
|
||||
${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://github.com/storybooks/storybook/blob/next/CHANGELOG.md')}
|
||||
${chalk.gray('Read full changelog:')} ${chalk.gray.underline('https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md')}
|
||||
`
|
||||
: '';
|
||||
} catch (e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user