Skip to content

Commit

Permalink
Merge pull request #29547 from Borgund/patch-1
Browse files Browse the repository at this point in the history
Docs: Update chromatic-install.md
  • Loading branch information
kylegach authored Nov 19, 2024
2 parents d8bb943 + 6318643 commit 487d2cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_snippets/chromatic-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
npm install chromatic --save-dev
```

```shell renderer="common" language="js" packageManager="pnpm"
pnpm add --save-dev chromatic
```

```shell renderer="common" language="js" packageManager="yarn"
yarn add --dev chromatic
```
Expand Down

0 comments on commit 487d2cb

Please sign in to comment.