Skip to content

Commit

Permalink
docs: Fix yarn add command (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
BijanRegmi authored and michaelbromley committed Oct 16, 2023
1 parent 8db459a commit 3942690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install --save-dev @vendure/ui-devkit
<TabItem value="yarn" label="yarn">

```bash
yarn add --save-dev @vendure/ui-devkit
yarn add --dev @vendure/ui-devkit
```

</TabItem>
Expand Down

0 comments on commit 3942690

Please sign in to comment.