patch🚑: add pnpm -v
continuous-integration/drone/push Build is passing Details

main
isboyjc 2024-06-04 18:32:57 +08:00
parent 7daf9c55d8
commit b11b7857ad
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ steps:
- echo "安装依赖"
- echo "全局安装PNPM"
- npm config set registry https://registry.npmmirror.com/
- npm install -g pnpm
- npm install -g pnpm@8.15.5
- pnpm -v
- echo "PNPM安装完成"
- pnpm config get registry
@ -39,7 +39,7 @@ steps:
commands:
- echo "开始构建"
- npm config set registry https://registry.npmmirror.com/
- npm install -g pnpm
- npm install -g pnpm@8.15.5
- pnpm docs:build
- ls