[build] 更新构建流程,调整输出目录至 api/frontend/web

This commit is contained in:
远野千束 2025-01-03 21:26:43 +08:00
parent 8c33b82ff8
commit 39da877006

View File

@ -47,8 +47,8 @@ jobs:
npm install -g pnpm
pnpm install --no-frozen-lockfile
pnpm run build
mkdir -p ../server-status-server/api/frontend/web
cp -r dist ../server-status-server/api/frontend/web
mkdir -p ../api/frontend/web
cp -r dist ../api/frontend/web
- name: Compile
env: