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

13 lines
196 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:14
commands:
- npm install
- npm run lint
- npm run build:prod
- ls -la dist
- grep api dist/