From 07ecbfe6b3e0ad403902e70a1cb5cc6f6e7f0b1b Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:58:30 +0200 Subject: [PATCH] Drooooone. --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 187b7cf..84d0a20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,5 @@ steps: - name: build image: node:14.20.0-alpine3.16 commands: - - npm install - - npm install -g vue-cli-service + - NODE_ENV=development npm install - vue-cli-service build --mode production