ci: update frontend build process in CI workflow
This commit is contained in:
parent
0590a2f9ee
commit
355d1b0c06
1 changed files with 1 additions and 1 deletions
|
@ -121,8 +121,8 @@ jobs:
|
|||
run: |
|
||||
cd frontend
|
||||
bun install
|
||||
- run: cd frontend && ls -la
|
||||
- name: Test build
|
||||
run: |
|
||||
cd frontend
|
||||
bun run build
|
||||
ls -la
|
||||
|
|
Reference in a new issue