mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
CLI: Fix prerelease upgrade
This commit is contained in:
parent
0aa48cebc1
commit
d2737577ff
@ -99,7 +99,8 @@ export const upgrade = async ({ prerelease, skipCheck, useNpm, dryRun }: Options
|
||||
|
||||
const flags = [];
|
||||
if (!dryRun) flags.push('--upgrade');
|
||||
if (prerelease) flags.push('--newest');
|
||||
flags.push('--target');
|
||||
flags.push(prerelease ? 'greatest' : 'latest');
|
||||
const check = spawnSync('npx', ['npm-check-updates', '/storybook/', ...flags], {
|
||||
stdio: 'pipe',
|
||||
}).output.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user