From b2411f39ae6abee9c50a2098f62e55511cc71c21 Mon Sep 17 00:00:00 2001 From: yangzi <1131696774@qq.com> Date: Tue, 19 Dec 2023 15:56:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20npm=20=E6=94=B9=E4=B8=BAp?= =?UTF-8?q?npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e8625f..bbc20cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,8 +48,8 @@ jobs: # 安装依赖 - name: Install dependencies and build run: | - npm install - npm run build:prod + pnpm install + pnpm run build:prod # 部署到gh-pages分支 - name: deploy