ts-project/.drone.yml
2022-05-16 11:58:03 +07:00

10 lines
146 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: build
image: node
commands:
- npm install
- npm run build