liste-de-courses-www/.drone.yml
2022-07-19 21:14:09 +02:00

11 lines
169 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:14.20.0-alpine3.16
commands:
- npm install
- npm run lint
- npm run build:prod