cubetiq-crypto-js/.drone.yml
CUBETIQ Solution 5b75d272c5 Initial commit
2022-02-14 10:24:23 +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