🐛 [build] 修复构建流程中的目录切换顺序

This commit is contained in:
远野千束 2025-01-03 21:00:09 +08:00
parent 824dadded0
commit b417031855

View File

@ -41,8 +41,8 @@ jobs:
- name: Pull and build front-end
run: |
git clone https://github.com/snowykami/server-status-web
cd server-status-web
npm install -g pnpm
cd server-status-web
pnpm install
pnpm run build
cp -r dist api/frontend/web