cubetiq-crypto-js/.drone.yml
Sambo Chea 90f79cc5e0
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-04-01 11:49:26 +07:00

10 lines
204 B
YAML

kind: pipeline
type: kubernetes
name: ci
steps:
- name: build
image: node
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build