From 82498e771422048460bd50141f4e6eb6140f11bc Mon Sep 17 00:00:00 2001 From: mifi Date: Thu, 4 May 2023 11:44:52 -0400 Subject: [PATCH] not frozen --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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