Skip to content

Commit

Permalink
docs(CONTRIBUTING): remove text about yarn (#3878)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Feb 1, 2025
1 parent b2affb8 commit 093d3fd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ After that, please install the dependency environment.
bun install
```

If you can't do that, there is also a `yarn.lock` file, so you can do the same with the `yarn` command.

```bash
yarn install --frozen-lockfile
```

## PRs

Please ensure your PR passes tests with `bun run test` or `yarn test`.
Please ensure your PR passes tests with `bun run test`.

## Third-party middleware

Expand Down

0 comments on commit 093d3fd

Please sign in to comment.