From bba51f3a3dd28ea9aa19e8ef3d59f2f9ae9e2bff Mon Sep 17 00:00:00 2001 From: windychen Date: Fri, 29 May 2026 11:11:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 712bf31..0201967 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - run: npm ci # 或 npm install + run: npm i # 或 npm install - name: Run build run: npm run build