mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use shell for pkg
This commit is contained in:
parent
a013141118
commit
ae514d60d8
1 changed files with 1 additions and 0 deletions
1
build.js
1
build.js
|
|
@ -73,6 +73,7 @@ function buildSafeChainBinary(target) {
|
|||
return new Promise((resolve, reject) => {
|
||||
const pkg = spawn("pkg", ["./build/package.json", `--target=${target}`], {
|
||||
stdio: "inherit",
|
||||
shell: true,
|
||||
});
|
||||
|
||||
pkg.on("close", (code) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue