From 7abeebea834b84f9c1be70df8284110b304f423f Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 21:14:09 +0200 Subject: [PATCH] More trying. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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