Commit 7b7e020
committed
fix(sea-builder): add postject as catalog devDependency
Add postject to pnpm catalog and reference it in node-sea-builder 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.
Changes:
- Add postject: 1.0.0-alpha.6 to pnpm-workspace.yaml catalog
- Reference postject: catalog: in node-sea-builder package.json1 parent 81b876a commit 7b7e020
File tree
3 files changed
+8
-0
lines changed- packages/node-sea-builder
3 files changed
+8
-0
lines changed| 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.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
0 commit comments