From 97a4250524ff26e61a2b6b648da60e083dffa3d4 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 18:16:24 +0200 Subject: [PATCH] service. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fe69922..b84b71e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,5 @@ steps: image: node:14.20.0-alpine3.16 commands: - yarn install --production=false - - yarn add @vue/cli + - yarn add @vue/cli-service - vue-cli-service build --mode production