Skip to content

Commit 5bd855d

Browse files
et84121lforst
andauthored
fix(docs): Update pnpm install commands (#516)
Co-authored-by: Luca Forstner <[email protected]>
1 parent 82d41cd commit 5bd855d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: packages/babel-plugin-component-annotate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ yarn add @sentry/babel-plugin-component-annotate --dev
4646
Using pnpm:
4747

4848
```bash
49-
pnpm install @sentry/babel-plugin-component-annotate --dev
49+
pnpm add @sentry/babel-plugin-component-annotate --save-dev
5050
```
5151

5252
## Example

Diff for: packages/esbuild-plugin/README_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add @sentry/esbuild-plugin --dev
2929
Using pnpm:
3030

3131
```bash
32-
pnpm install @sentry/esbuild-plugin --dev
32+
pnpm add @sentry/esbuild-plugin --save-dev
3333
```
3434

3535
## Example

Diff for: packages/rollup-plugin/README_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add @sentry/rollup-plugin --dev
2929
Using pnpm:
3030

3131
```bash
32-
pnpm install @sentry/rollup-plugin --dev
32+
pnpm add @sentry/rollup-plugin --save-dev
3333
```
3434

3535
## Example

Diff for: packages/vite-plugin/README_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add @sentry/vite-plugin --dev
2929
Using pnpm:
3030

3131
```bash
32-
pnpm add -D @sentry/vite-plugin
32+
pnpm add @sentry/vite-plugin --save-dev
3333
```
3434

3535
## Example

Diff for: packages/webpack-plugin/README_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yarn add @sentry/webpack-plugin --dev
2929
Using pnpm:
3030

3131
```bash
32-
pnpm install @sentry/webpack-plugin --dev
32+
pnpm add @sentry/webpack-plugin --save-dev
3333
```
3434

3535
## Example

0 commit comments

Comments
 (0)