ts-common/.drone.yml
2021-09-16 18:18:04 +07:00

11 lines
212 B
YAML

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
- npm run build