From 06fbace5d10d2e5e306d3155f29df9ddf8454bae Mon Sep 17 00:00:00 2001 From: ioococ Date: Mon, 10 Nov 2025 15:26:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=20pnpm=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 444833b..adbaa61 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,17 @@ See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh -npm install +pnpm install ``` ### Compile and Hot-Reload for Development ```sh -npm run dev +pnpm run dev ``` ### Type-Check, Compile and Minify for Production ```sh -npm run build +pnpm run build ```