This seems to be the option I was looking for.

This commit is contained in:
Manuel Friedli 2019-05-10 15:10:05 +02:00
parent cb92b01fdc
commit 32a25e27b1

View file

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