mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:51:07 +08:00
Use sb short command
This commit is contained in:
parent
76bd15ca4e
commit
5fb476f842
@ -10,13 +10,13 @@ The preferred way to run these codemods is via the CLI's `migrate` command.
|
||||
To get a list of available codemods:
|
||||
|
||||
```
|
||||
npx -p @storybook/cli@next sb migrate --list
|
||||
npx sb migrate --list
|
||||
```
|
||||
|
||||
To run a codemod `<name-of-codemod>`:
|
||||
|
||||
```
|
||||
npx -p @storybook/cli@next sb migrate <name-of-codemod> --glob="**/*.stories.js"
|
||||
npx sb migrate <name-of-codemod> --glob="**/*.stories.js"
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
Loading…
x
Reference in New Issue
Block a user