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: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
- run: cd frontend && ls -la
|
|
||||||
- name: Test build
|
- name: Test build
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun run build
|
bun run build
|
||||||
|
ls -la
|
||||||
|
|
Reference in a new issue