We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e0275 commit 9e71640Copy full SHA for 9e71640
docs/pages/repo/docs/handbook/tools/storybook.mdx
@@ -78,7 +78,7 @@ Next, we need to scaffold Storybook:
78
79
```shell
80
cd workshop
81
- pnpx sb init -skip-install
+ pnpx sb init --skip-install
82
pnpm install --save-dev @storybook/cli # Manually install deps and CLI
83
```
84
0 commit comments