liste-de-courses-www/.drone.yml

13 lines
196 B
YAML
Raw Normal View History

2022-07-19 15:09:45 +00:00
kind: pipeline
type: docker
steps:
- name: build
2022-07-19 19:24:30 +00:00
image: node:14
2022-07-19 15:09:45 +00:00
commands:
2022-07-19 19:12:39 +00:00
- npm install
2022-07-19 19:14:09 +00:00
- npm run lint
- npm run build:prod
2022-07-19 19:30:08 +00:00
- ls -la dist
- grep api dist/