cubetiq-express-server/.drone.yml
CUBETIQ Solution 2e80a89398 Initial commit
2021-09-16 17:23:07 +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