liste-de-courses-www/.drone.yml
aminecmi eb844d9ebe Fuc
2022-07-19 21:36:14 +02:00

14 lines
240 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/js
- grep api dist/js/*.js
- grep api dist/js/*.js.map