From 5a42aee6b9759eacba018fbcd8334416039753e0 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 4 Sep 2026 13:08:54 +0800 Subject: [PATCH] chore: update contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ef6224c8..0f9e3933e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ The steps below will give you a general idea of how to prepare your local enviro 5. **Install dependencies** ```bash - npm install + pnpm install ``` ### Repository Layout