Commit 9a1bd07
fix: add build step before tests in CI
Without the "bun" export condition, workspace packages resolve to dist/
instead of src/. The test job needs to build packages first so dist/
exists when tests import from workspace dependencies like repterm-api.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 19975f9 commit 9a1bd07
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments