diff --git a/.drone.yml b/.drone.yml index 67d74be..34e6eeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,5 @@ steps: image: node:14.20.0-alpine3.16 commands: - npm install - - npm run build - - vue-cli-service build --mode production + - npm run lint + - npm run build:prod