diff --git a/.drone.yml b/.drone.yml index b04c3aa..675c797 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - test commands: - npm config set registry https://registry.npmmirror.com/ - - npm install -g pnpm + - npm install -g @tarojs/cli pnpm - pnpm install - pnpm build:h5:test - rm -rf dist.tar @@ -26,7 +26,7 @@ steps: - master commands: - npm config set registry https://registry.npmmirror.com/ - - npm install -g pnpm + - npm install -g @tarojs/cli pnpm - pnpm install - pnpm build:h5:prod - rm -rf dist.tar