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