Skip to content

Commit fc7a2f9

Browse files
authored
fix: react-vue.mdx (--save-dev instead of --dev) (#10442)
1 parent 73d6ab4 commit fc7a2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/guides/react-vue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For most GraphQL clients and frameworks (React, Vue), install the following pack
4747

4848
```sh npm2yarn
4949
npm install graphql
50-
npm install --dev typescript @graphql-codegen/cli @parcel/watcher
50+
npm install --save-dev typescript @graphql-codegen/cli @parcel/watcher
5151
```
5252

5353
<br />

0 commit comments

Comments
 (0)