mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
Fix typo
This commit is contained in:
parent
a554f4ff2c
commit
eeb8f65034
@ -50,13 +50,13 @@ if (process.argv[1].includes('getstorybook')) {
|
||||
|
||||
program
|
||||
.command('migrate [migration]')
|
||||
.description('Run a storybook codemod migration on your source files')
|
||||
.option('-l --list', 'List available migrations')
|
||||
.option('-g --glob <glob>', 'Glob for files upon which to apply the migration', '**/*.js')
|
||||
.option(
|
||||
'-n --dry-run',
|
||||
'Dry run: verify the migration exists and show the files to which it will be applied'
|
||||
)
|
||||
.description('Run a storybook code migration from an addon')
|
||||
.action((migration, { configDir, glob, dryRun, list }) => {
|
||||
migrate(migration, { configDir, glob, dryRun, list, logger }).catch(err => {
|
||||
logger.error(err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user