ts-common/.drone.yml

11 lines
212 B
YAML
Raw Permalink Normal View History

2021-09-13 18:16:50 +07:00
kind: pipeline
type: docker
name: ci
steps:
- name: build
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
2021-09-16 18:18:04 +07:00
- npm run build