mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 15:15:22 +00:00
🐛 [build] 修复 pnpm 安装命令,添加 --no-frozen-lockfile 参数
This commit is contained in:
parent
b417031855
commit
be5e619413
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
git clone https://github.com/snowykami/server-status-web
|
git clone https://github.com/snowykami/server-status-web
|
||||||
npm install -g pnpm
|
npm install -g pnpm
|
||||||
cd server-status-web
|
cd server-status-web
|
||||||
pnpm install
|
pnpm install --no-frozen-lockfile
|
||||||
pnpm run build
|
pnpm run build
|
||||||
cp -r dist api/frontend/web
|
cp -r dist api/frontend/web
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user