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