-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Set init/upgrade snippets to next on next
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
```shell renderer="common" language="js" packageManager="npm" | ||
npx storybook@latest init | ||
npx storybook@next init | ||
``` | ||
|
||
```shell renderer="common" language="js" packageManager="pnpm" | ||
pnpm dlx storybook@latest init | ||
pnpm dlx storybook@next init | ||
``` | ||
|
||
```shell renderer="common" language="js" packageManager="yarn" | ||
yarn dlx storybook@latest init | ||
yarn dlx storybook@next init | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
```shell renderer="common" language="js" packageManager="npm" | ||
npx storybook@latest upgrade | ||
npx storybook@next upgrade | ||
``` | ||
|
||
```shell renderer="common" language="js" packageManager="pnpm" | ||
pnpm dlx storybook@latest upgrade | ||
pnpm dlx storybook@next upgrade | ||
``` | ||
|
||
```shell renderer="common" language="js" packageManager="yarn" | ||
yarn dlx storybook@latest upgrade | ||
yarn dlx storybook@next upgrade | ||
``` |