mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 15:15:22 +00:00
[build] 更新构建流程,调整输出目录至 api/frontend/web
This commit is contained in:
parent
8c33b82ff8
commit
39da877006
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -47,8 +47,8 @@ jobs:
|
|||||||
npm install -g pnpm
|
npm install -g pnpm
|
||||||
pnpm install --no-frozen-lockfile
|
pnpm install --no-frozen-lockfile
|
||||||
pnpm run build
|
pnpm run build
|
||||||
mkdir -p ../server-status-server/api/frontend/web
|
mkdir -p ../api/frontend/web
|
||||||
cp -r dist ../server-status-server/api/frontend/web
|
cp -r dist ../api/frontend/web
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user