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

server?
This commit is contained in:
Manuel Friedli 2019-05-10 14:43:38 +02:00
parent ac7cb66bd0
commit 214ff6227d
1 changed files with 4 additions and 0 deletions

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