cubetiq-crypto-js/.drone.yml

10 lines
204 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
2022-04-01 11:49:26 +07:00
image: node
2022-02-14 10:24:23 +07:00
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build