From 093d3fd56ea4411aab305984dbc29e24ac3ac528 Mon Sep 17 00:00:00 2001 From: EdamAmex <121654029+EdamAme-x@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:15:16 +0900 Subject: [PATCH] docs(CONTRIBUTING): remove text about `yarn` (#3878) --- docs/CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 1daff8b72..d47a4147b 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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