ci: add bun install to CI workflow for frontend setup
Some checks failed
Some checks failed
This commit is contained in:
parent
c7acd8271a
commit
c0e7f5f7f8
@ -88,6 +88,7 @@ jobs:
|
||||
run: |
|
||||
cd frontend
|
||||
cp -r /home/bun/app/node_modules .
|
||||
bun install
|
||||
- name: Test build
|
||||
run: |
|
||||
cd frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user