From da7790bb481cc3bd49b44507246f87a0fa7813f3 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 18:18:18 +0200 Subject: [PATCH] push --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b84b71e..2ca5a42 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-service + - yarn global add @vue/cli-service - vue-cli-service build --mode production