Commit cc5cb45
fix CI: rename JSX files to .tsx, fix test pipeline, add tsbuildinfo to gitignore
- Rename og-image.ts and structured-data.ts to .tsx (they contain JSX)
- Add prisma generate step to unit test job (fixes @prisma/client not found)
- Replace prisma migrate deploy with prisma db push (no migration files exist)
- Scope unit tests to unit/ dir and integration tests to integration/ dir
- Add *.tsbuildinfo to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ba7c949 commit cc5cb45
4 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | | - | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments