mirror of
https://github.com/LiteyukiStudio/spage.git
synced 2026-01-25 13:12:02 +00:00
✨ 使用 make 命令替代 npm 和 pnpm 构建前端
This commit is contained in:
4
.github/workflows/build-aio.yaml
vendored
4
.github/workflows/build-aio.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user