brainlet-react/.drone.yml

11 lines
124 B
YAML
Raw Normal View History

2021-03-30 04:17:04 +03:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node
commands:
2021-03-30 04:58:02 +03:00
- cd bfrontend
2021-03-30 04:17:04 +03:00
- npm build