From 7113189db400d92a5f39cb5ed138e1b927775853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E6=9E=97?= Date: Mon, 9 May 2022 15:40:02 +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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3f2c711..12b6f18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,5 @@ steps: - npm install -g nrm - nrm ls - nrm use taobao - - npm install -g pnpm - - pnpm i - - pnpm run build + - npm i + - npm run build