fix(build): faltaba el bun install
Some checks failed
Build Urlshort / publish (push) Failing after 1m56s
Some checks failed
Build Urlshort / publish (push) Failing after 1m56s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user