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