From 8ee6ff6032419144c9d65de8746d2092caad581d Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 2 Jun 2021 16:25:59 +0800 Subject: [PATCH] install vite --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 87ff3d9..db52e45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: - name: build image: node:16.2.0 commands: + - npm install vite - vite build - name: publish image: plugins/docker:19.03.8