Skip to content

Commit 070c429

Browse files
committed
fix: Remove non-buildable packages from CI
1 parent ff08046 commit 070c429

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
bun run --cwd packages/slack build
3333
bun run --cwd packages/model-intent build
3434
bun run --cwd packages/blink build
35-
bun run --cwd packages/database build
36-
bun run --cwd packages/runtime build
3735
bun run --cwd packages/api build
3836
bun run --cwd packages/server build
39-
bun run --cwd packages/site build
4037
4138
- name: Run formatter check
4239
run: bun run format:check

0 commit comments

Comments
 (0)