cubetiq-crypto-js/.drone.yml

9 lines
189 B
YAML
Raw Normal View History

2022-02-14 10:24:23 +07:00
kind: pipeline
name: ci
steps:
- name: build
2022-04-01 11:49:26 +07:00
image: node
2022-02-14 10:24:23 +07:00
commands:
2023-04-04 10:54:48 +07:00
- npm config set registry https://cjs.ctdn.net
2022-02-14 10:24:23 +07:00
- npm install
- npm run build