main
Lucas DELANIER 12 months ago
parent f6b88ca349
commit 83a2758676

@ -0,0 +1,10 @@
kind: pipeline
name: default
type: docker
steps:
- name: build
image: node:22-alpine
commands:
- yarn install
- yarn build
Loading…
Cancel
Save