Commit a377a39
committed
fix(sea-builder): add postject as direct devDependency
Add postject to node-sea-builder package.json to ensure it's available
via pnpm exec on all platforms, particularly Windows where PATH resolution
can differ from Linux/macOS.
This fixes Windows SEA builds failing with:
"postject is required to inject the SEA blob into the Node.js binary"
The dependency was already in the root package.json but wasn't being
resolved properly by pnpm exec postject on Windows runners.1 parent 81b876a commit a377a39
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments