cubetiq-crypto-js/.drone.yml

10 lines
215 B
YAML
Raw Normal View History

2022-02-14 10:24:23 +07:00
kind: pipeline
2022-04-01 11:38:53 +07:00
type: kubernetes
2022-02-14 10:24:23 +07:00
name: ci
steps:
- name: build
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build