ci: add bun install to CI workflow for frontend setup

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:21:29 +01:00
parent c7acd8271a
commit c0e7f5f7f8
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -88,6 +88,7 @@ jobs:
run: | run: |
cd frontend cd frontend
cp -r /home/bun/app/node_modules . cp -r /home/bun/app/node_modules .
bun install
- name: Test build - name: Test build
run: | run: |
cd frontend cd frontend