Use sb short command

This commit is contained in:
Michael Shilman 2021-05-08 19:37:07 +08:00
parent 76bd15ca4e
commit 5fb476f842

View File

@ -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