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