cubetiq-express-server/.drone.yml

11 lines
212 B
YAML
Raw Permalink Normal View History

2021-09-16 17:23:07 +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:17:48 +07:00
- npm run build