uhr/.drone.yml
Manuel Friedli cb92b01fdc
Some checks failed
continuous-integration/drone/push Build is failing
Rename parameter to err_ignore
2019-05-10 14:48:37 +02:00

17 lines
272 B
YAML

kind: pipeline
name: default
steps:
- name: prepare
image: node:12
commands:
- npm install
- name: audit
image: node:12
err_ignore: true
commands:
- npm audit
- name: build
image: node:12
commands:
- npm run build:prod