mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:01:05 +08:00
13 lines
321 B
Markdown
13 lines
321 B
Markdown
```shell renderer="common" language="js" packageManager="npm"
|
|
npm run test-storybook -- --no-index-json
|
|
```
|
|
|
|
```shell renderer="common" language="js" packageManager="pnpm"
|
|
pnpm run test-storybook --no-index-json
|
|
```
|
|
|
|
```shell renderer="common" language="js" packageManager="yarn"
|
|
yarn test-storybook --no-index-json
|
|
```
|
|
|