Commit 104ea6c
Release v2.15.1 — fix CI: move supertest to backend/
v2.15.0 typecheck passed locally but failed in CI because supertest was
installed at the workspace root instead of in backend/package.json.
TypeScript resolves up the directory tree, so local tests found it via
root node_modules, but CI installs each sub-package independently.
Move both supertest and @types/supertest to backend/package.json.
No code changes — release purely to unblock CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cac8d8d commit 104ea6c
7 files changed
Lines changed: 303 additions & 645 deletions
File tree
- backend
- frontend
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments