From 9392b2add63a8673661a416f7e0cdf225ee91ed2 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:52:39 +0200 Subject: [PATCH] Vue cli. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3c26279..187b7cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,5 @@ steps: image: node:14.20.0-alpine3.16 commands: - npm install + - npm install -g vue-cli-service - vue-cli-service build --mode production