From adf21e67efd7e5e28122c913b3fea05011a5fdbf Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 30 Mar 2021 22:34:57 -0500 Subject: [PATCH] fix(extollo/extollo#4): remove lockfile before build on dev --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 18b3447..a0f03af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,14 @@ steps: when: event: pull_request + - name: remove lockfile + image: glmdev/node-pnpm:latest + commands: + - rm -rf pnpm-lock.yaml + when: + event: + exclude: tag + - name: build module image: glmdev/node-pnpm:latest commands: