Skip to content

Commit a0c9ff0

Browse files
committed
Update standalone binary build script to use Brotli compression
1 parent bf7e510 commit a0c9ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prepack": "npm-run-all --parallel check:* lint:* test:coverage --parallel build types",
6060
"prepare": "npx --no patch-package || exit 0",
6161
"preversion": "run-p check:* lint:* test:coverage",
62-
"standalone": "node -e \"fs.rmSync('bin',{recursive:true,force:true})\" && pkg --sea -C Zstd --out-path ./bin .",
62+
"standalone": "node -e \"fs.rmSync('bin',{recursive:true,force:true})\" && pkg --sea -C Brotli --out-path ./bin .",
6363
"standalone:pack": "node ./scripts/pack.mjs",
6464
"test": "jest",
6565
"test:coverage": "jest --coverage",

0 commit comments

Comments
 (0)