Commit fd3515c
fix(ci): Install native resolver bindings for Jest 30 on release builds
Jest 30 uses @unrs/resolver which requires platform-specific native
binaries. The release CI path uses --omit=optional which skips these
bindings, causing Jest to fail with "Module not found" errors.
Run napi-postinstall after install on release builds to install the
correct native binary for the platform.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a0e91bf commit fd3515c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
0 commit comments