From b640c8460e0ed29ce88edc28365495f53665dfdf Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 08:28:51 +0000 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44d6351..b66f66f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - npm -v - yarn --version - yarn config set registry https://registry.npm.taobao.org - - yarn install vite + - yarn install - vite build - name: publish image: plugins/docker:19.03.8