mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 07:05:22 +00:00
[build] 更新构建流程,调整前端构建步骤以确保 pnpm 安装命令正确执行
This commit is contained in:
parent
749d6aac2e
commit
0a4b338671
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -40,9 +40,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Pull and build front-end
|
- name: Pull and build front-end
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/snowykami/server-status-web
|
|
||||||
npm install -g pnpm
|
|
||||||
cd server-status-web
|
cd server-status-web
|
||||||
|
npm install -g pnpm
|
||||||
pnpm install --no-frozen-lockfile
|
pnpm install --no-frozen-lockfile
|
||||||
pnpm run build
|
pnpm run build
|
||||||
ls -al
|
ls -al
|
||||||
|
Loading…
x
Reference in New Issue
Block a user