glebby/.drone.yml
Paul Brinkmeier 5fbe00aefa
All checks were successful
continuous-integration/drone/push Build is passing
Add CI
2023-01-15 20:05:29 +01:00

12 lines
177 B
YAML

---
kind: pipeline
type: docker
name: client
steps:
- name: build
image: node:19.4-alpine
commands:
- cd glebby-client
- npm install
- npm run build