diff --git a/.drone.yml b/.drone.yml index c801e70..779f55b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -102,7 +102,7 @@ steps: - name: Build Service image: node:latest commands: - - yarn install --frozen-lockfile --production + - yarn install --production - yarn build:production - name: Publish NPM image: plugins/npm