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

r0.1.5
Garrett Mills 3 years ago
parent 8e65a5f669
commit adf21e67ef
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

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

Loading…
Cancel
Save