uhr/.drone.yml
Manuel Friedli 7bee939654
Some checks failed
continuous-integration/drone/push Build is failing
Enable auditing and update package-lock.json.
2019-05-08 02:10:16 +02:00

13 lines
202 B
YAML

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