Try and allow auditing to fail. Will this be visible on the build
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
server?
This commit is contained in:
parent
ac7cb66bd0
commit
214ff6227d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue