Rename parameter to err_ignore
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2019-05-10 14:48:37 +02:00
parent 214ff6227d
commit cb92b01fdc

View file

@ -8,7 +8,7 @@ steps:
- npm install - npm install
- name: audit - name: audit
image: node:12 image: node:12
errignore: true err_ignore: true
commands: commands:
- npm audit - npm audit
- name: build - name: build