patch🚑: add pnpm -v
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7daf9c55d8
commit
b11b7857ad
|
@ -23,7 +23,7 @@ steps:
|
||||||
- echo "安装依赖"
|
- echo "安装依赖"
|
||||||
- echo "全局安装PNPM"
|
- echo "全局安装PNPM"
|
||||||
- npm config set registry https://registry.npmmirror.com/
|
- npm config set registry https://registry.npmmirror.com/
|
||||||
- npm install -g pnpm
|
- npm install -g pnpm@8.15.5
|
||||||
- pnpm -v
|
- pnpm -v
|
||||||
- echo "PNPM安装完成"
|
- echo "PNPM安装完成"
|
||||||
- pnpm config get registry
|
- pnpm config get registry
|
||||||
|
@ -39,7 +39,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "开始构建"
|
- echo "开始构建"
|
||||||
- npm config set registry https://registry.npmmirror.com/
|
- npm config set registry https://registry.npmmirror.com/
|
||||||
- npm install -g pnpm
|
- npm install -g pnpm@8.15.5
|
||||||
- pnpm docs:build
|
- pnpm docs:build
|
||||||
- ls
|
- ls
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue