使用 make 命令替代 npm 和 pnpm 构建前端

This commit is contained in:
2025-06-14 03:01:48 +08:00
parent 8ea6fa7c27
commit 92337b1972

View File

@@ -63,10 +63,8 @@ jobs:
- name: Build frontend
run: |
cd ${{ env.FRONTEND_DIR }}
npm install pnpm -g
pnpm install
pnpm build
make web
- name: Upload frontend artifact
uses: actions/upload-artifact@v4