diff --git a/.drone.yml b/.drone.yml index fdd2866..92ffc7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,9 +23,10 @@ steps: commands: # 配置镜像源 - npm config set registry https://registry.npmmirror.com + - npm install -g pnpm - pnpm config set registry https://registry.npmmirror.com # 安装pnpm - - npm install -g pnpm + # 安装依赖 - pnpm install --frozen-lockfile