fix(extollo/extollo#4): remove lockfile before build on dev
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2021-03-30 22:34:57 -05:00
parent 8e65a5f669
commit adf21e67ef
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -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: