ts-common/.drone.yml
CUBETIQ Solution df1f0eb101 Initial commit
2021-09-13 18:16:50 +07:00

10 lines
211 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