mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
Update README.md
This commit is contained in:
parent
65b608c4db
commit
df5ba456c7
@ -13,10 +13,10 @@ To get a list of available codemods:
|
||||
npx -p @storybook/cli sb migrate --list
|
||||
```
|
||||
|
||||
To run a codemod:
|
||||
To run a codemod `<name-of-codemod>`:
|
||||
|
||||
```
|
||||
npx -p @storybook/cli sb migrate name-of-codemod --glob "**/*.stories.js"
|
||||
npx -p @storybook/cli sb migrate <name-of-codemod> --glob "**/*.stories.js"
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
Loading…
x
Reference in New Issue
Block a user