fix(extollo/extollo#4): remove lockfile before build on dev
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8e65a5f669
commit
adf21e67ef
@ -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…
Reference in New Issue
Block a user