From 70980059d71d5ae926a8e16f413573688ea9aeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E6=9E=97?= Date: Mon, 9 May 2022 15:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 97b2fbc..3f2c711 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,9 @@ steps: commands: - node -v - npm -v - - yarn --version - npm install -g nrm - nrm ls - nrm use taobao - - yarn install - - yarn run build + - npm install -g pnpm + - pnpm i + - pnpm run build