From cfb7c7e45345049c61a0e54b4e7b23b82ffb92c4 Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 4 May 2023 12:04:53 -0400 Subject: [PATCH] Do the things. Again. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: