Skip to content

Commit a377a39

Browse files
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

File tree

packages/node-sea-builder/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"description": "Native Node.js SEA binary builder (fallback)",
66
"devDependencies": {
7+
"postject": "1.0.0-alpha.6",
78
"vitest": "3.0.0"
89
},
910
"license": "MIT",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)