Add CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-01-15 20:05:29 +01:00
parent e9e1977f12
commit 5fbe00aefa

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: client
steps:
- name: build
image: node:19.4-alpine
commands:
- cd glebby-client
- npm install
- npm run build