mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
rm --compress for now
This commit is contained in:
parent
7abbd4aee9
commit
3a1d9c25af
1 changed files with 0 additions and 3 deletions
3
build.js
3
build.js
|
|
@ -122,9 +122,6 @@ function buildSafeChainBinary(target) {
|
||||||
|
|
||||||
let pkgArgs = [];
|
let pkgArgs = [];
|
||||||
|
|
||||||
// using gzip compression to lower binary size (original is 50MB)
|
|
||||||
pkgArgs = pkgArgs.concat(["--compress", "GZip"]);
|
|
||||||
|
|
||||||
pkgArgs = pkgArgs.concat(["./build/package.json", "-t", target]);
|
pkgArgs = pkgArgs.concat(["./build/package.json", "-t", target]);
|
||||||
const pkg = spawn(pkgBin, pkgArgs, {
|
const pkg = spawn(pkgBin, pkgArgs, {
|
||||||
stdio: "inherit",
|
stdio: "inherit",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue