add .drone.yml
continuous-integration/drone/push Build is passing Details

master
neri 2 years ago
parent 6d8f26bfee
commit 1ec760011d

@ -0,0 +1,12 @@
kind: pipeline
name: default
steps:
- name: install
image: node
commands:
- yarn install --frozen-lockfile
- name: build
image: node
commands:
- yarn build --prefix-paths
Loading…
Cancel
Save