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: