mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
fix ci
This commit is contained in:
parent
44804ac425
commit
24cccf9740
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: bun install && cd server && bun install
|
||||
|
||||
- name: Lint and type check
|
||||
run: bun run check
|
||||
run: cd server && bun run check
|
||||
|
||||
- name: Build server
|
||||
run: cd server && bun run build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue