Skip to content

Commit

Permalink
Fix of the docs about pnpm add --save-dev (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
gormonn authored Sep 18, 2023
1 parent 32af0f5 commit e81d9ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/website/docs/recipes/open_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this recipe, we will use the [OpenAPI Generator](https://github.com/openapi/o
::: code-group

```sh [pnpm]
pnpm install --dev openapi@^1.0.0 openapi-preset-effector typed-contracts
pnpm add --save-dev openapi@^1.0.0 openapi-preset-effector typed-contracts
```

```sh [yarn]
Expand Down
4 changes: 2 additions & 2 deletions apps/website/docs/recipes/vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Farfetched does not require any special configuration for Vite for basic usage.
::: code-group

```sh [pnpm]
pnpm install --dev vite-plugin-babel
pnpm add --save-dev vite-plugin-babel
```

```sh [yarn]
Expand Down Expand Up @@ -81,7 +81,7 @@ export default defineConfig({
::: code-group

```sh [pnpm]
pnpm install --dev unplugin-swc @effector/swc-plugin @swc/core
pnpm add --save-dev unplugin-swc @effector/swc-plugin @swc/core
```

```sh [yarn]
Expand Down
2 changes: 1 addition & 1 deletion apps/website/docs/shared/sids_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Read more about `effector/babel-plugin` configuration in the [Effector's documen
::: code-group

```sh [pnpm]
pnpm install --dev @effector/swc-plugin @swc/core
pnpm add --save-dev @effector/swc-plugin @swc/core
```

```sh [yarn]
Expand Down

0 comments on commit e81d9ac

Please sign in to comment.