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

12 lines
230 B
YAML
Raw Normal View History

2022-07-19 15:09:45 +00:00
kind: pipeline
type: docker
steps:
- name: build
2022-07-19 15:48:32 +00:00
image: node:14.20.0-alpine3.16
2022-07-19 15:09:45 +00:00
commands:
2022-07-19 16:21:38 +00:00
- yarn install
2022-07-19 16:18:18 +00:00
- yarn global add @vue/cli-service
2022-07-19 16:28:46 +00:00
- yarn build
2022-07-19 15:09:45 +00:00
- vue-cli-service build --mode production