Skip to content

Commit c9c23be

Browse files
authored
Fix: fix pnpm --allow-build command example to actually work as is. (#6201)
1 parent ad10d18 commit c9c23be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/get-started/install-cypress.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Refer to the [pnpm settings](https://pnpm.io/settings) documentation for additio
175175
In [pnpm@10.4.0](https://github.com/pnpm/pnpm/releases/tag/v10.4.0) and above, the CLI `add` option [--allow-build](https://pnpm.io/cli/add#--allow-build) can be used, for example:
176176

177177
```shell
178-
pnpm --allow-build cypress add --save-dev cypress
178+
pnpm --allow-build=cypress add --save-dev cypress
179179
```
180180

181181
### Hardware

0 commit comments

Comments
 (0)