cubetiq-crypto-js/.drone.yml
Sambo Chea dbe502c4b4
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update '.drone.yml'
2022-04-01 11:38:53 +07:00

10 lines
215 B
YAML

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