Commit fb9c339
fix(cd): build @kagan/shared-api-client before web-build step
dist/ is gitignored so pnpm install alone doesn't produce it.
Add an explicit build step in cd.yaml to mirror the fix already
applied to the ci.yml test-web job.
Also annotate the find callback parameter in use-session-stream.ts
to guard against implicit-any if the shared package ever fails to
resolve again.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7ab5666 commit fb9c339
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments