diff --git a/.drone.yml b/.drone.yml index c1e80ff..dee7e51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: node:18-alpine commands: - npm install - - vite build + - npm run build volumes: - name: node_modules_cache path: /drone/src/node_modules