Skip to content

Commit

Permalink
Merge pull request #24160 from pure-js/docs-add-pnpm-option-to-vite-b…
Browse files Browse the repository at this point in the history
…uild-page

docs(vite): add the option to install via pnpm
  • Loading branch information
jonniebigodes authored Sep 16, 2023
2 parents 9c6469d + c823fac commit 04ced71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/builders/builder-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ To opt into a builder, the user must add it as a dependency and then edit their
<CodeSnippets
paths={[
'common/storybook-vite-builder-install.yarn.js.mdx',
'common/storybook-vite-builder-install.pnpm.js.mdx',
'common/storybook-vite-builder-install.npm.js.mdx',
]}
/>
Expand Down
1 change: 1 addition & 0 deletions docs/builders/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Run the following command to install the builder.
<CodeSnippets
paths={[
'common/storybook-vite-builder-install.yarn.js.mdx',
'common/storybook-vite-builder-install.pnpm.js.mdx',
'common/storybook-vite-builder-install.npm.js.mdx',
]}
/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```shell
pnpm add --save-dev @storybook/builder-vite
```

0 comments on commit 04ced71

Please sign in to comment.