Try and allow auditing to fail. Will this be visible on the build
Some checks failed
continuous-integration/drone/push Build is failing

server?
This commit is contained in:
Manuel Friedli 2019-05-10 14:43:38 +02:00
parent ac7cb66bd0
commit 214ff6227d

View file

@ -6,6 +6,10 @@ steps:
image: node:12
commands:
- npm install
- name: audit
image: node:12
errignore: true
commands:
- npm audit
- name: build
image: node:12