ci: update build command in CI workflow
This commit is contained in:
parent
8da1ff8acd
commit
5cb08ca5f8
1 changed files with 1 additions and 1 deletions
|
@ -134,4 +134,4 @@ jobs:
|
||||||
- name: Test build
|
- name: Test build
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun run build --no-clean
|
bun run build
|
||||||
|
|
Reference in a new issue