mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Debug build
This commit is contained in:
parent
ae514d60d8
commit
8733f53b6b
1 changed files with 2 additions and 0 deletions
2
build.js
2
build.js
|
|
@ -70,6 +70,8 @@ async function copyAndModifyPackageJson() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function buildSafeChainBinary(target) {
|
function buildSafeChainBinary(target) {
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.error("Target: " + target);
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const pkg = spawn("pkg", ["./build/package.json", `--target=${target}`], {
|
const pkg = spawn("pkg", ["./build/package.json", `--target=${target}`], {
|
||||||
stdio: "inherit",
|
stdio: "inherit",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue