We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff08046 commit 070c429Copy full SHA for 070c429
.github/workflows/ci.yml
@@ -32,11 +32,8 @@ jobs:
32
bun run --cwd packages/slack build
33
bun run --cwd packages/model-intent build
34
bun run --cwd packages/blink build
35
- bun run --cwd packages/database build
36
- bun run --cwd packages/runtime build
37
bun run --cwd packages/api build
38
bun run --cwd packages/server build
39
- bun run --cwd packages/site build
40
41
- name: Run formatter check
42
run: bun run format:check
0 commit comments