Add the build for Drone
continuous-integration/drone/push Build is passing Details

contact
Colin FRIZOT 2 years ago
parent 1deeb85d1b
commit bac3759119

@ -0,0 +1,10 @@
kind: pipeline
name:
steps:
- name: build
image: node:20-alpine3.18
commands:
- npm install
- npm install -g @angular/cli
- ng build
Loading…
Cancel
Save