From cf869fb4d0363a3b24cda8ac1bad4292fbf72a2c Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 18:09:07 +0200 Subject: [PATCH] faalse. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1362e65..7476dbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,5 +5,5 @@ steps: - name: build image: node:14.20.0-alpine3.16 commands: - - yarn install + - yarn install --productionfalse - vue-cli-service build --mode production