cubetiq-crypto-js/.drone.yml

10 lines
134 B
YAML
Raw Permalink Normal View History

2022-02-14 10:24:23 +07:00
kind: pipeline
name: ci
2023-05-02 12:19:23 +07:00
2022-02-14 10:24:23 +07:00
steps:
- name: build
2022-04-01 11:49:26 +07:00
image: node
2022-02-14 10:24:23 +07:00
commands:
- npm install
2023-05-02 12:19:23 +07:00
- npm run build