fix(build): faltaba el bun install
Some checks failed
Build Urlshort / publish (push) Failing after 1m56s

This commit is contained in:
2026-03-17 12:25:51 -03:00
parent 4decdb7f85
commit 48a6d58faa

View File

@@ -34,7 +34,8 @@ jobs:
- name: build proyect - name: build proyect
run: | run: |
cd front cd front
bun run build bun i
bun run build --bun
- name: copy artifacts - name: copy artifacts
run: | run: |