From 382d7d52c13e54561ff4c9a09bb0550efc6cfaa2 Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 30 May 2022 15:45:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62c617c..b47f289 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - name: install image: node:14 commands: - - npm install + - yarn install - name: rebuild-cache image: meltwater/drone-cache settings: @@ -37,7 +37,7 @@ steps: - name: build image: node:14 commands: - - npm run build + - yarn build - name: scp files image: appleboy/drone-scp settings: