[build] 更新构建流程,调整前端构建步骤以确保 pnpm 安装命令正确执行

This commit is contained in:
远野千束 2025-01-03 21:15:32 +08:00
parent 749d6aac2e
commit 0a4b338671

View File

@ -40,9 +40,8 @@ jobs:
- name: Pull and build front-end
run: |
git clone https://github.com/snowykami/server-status-web
npm install -g pnpm
cd server-status-web
npm install -g pnpm
pnpm install --no-frozen-lockfile
pnpm run build
ls -al