We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7e510 commit a0c9ff0Copy full SHA for a0c9ff0
1 file changed
package.json
@@ -59,7 +59,7 @@
59
"prepack": "npm-run-all --parallel check:* lint:* test:coverage --parallel build types",
60
"prepare": "npx --no patch-package || exit 0",
61
"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 .",
+ "standalone": "node -e \"fs.rmSync('bin',{recursive:true,force:true})\" && pkg --sea -C Brotli --out-path ./bin .",
63
"standalone:pack": "node ./scripts/pack.mjs",
64
"test": "jest",
65
"test:coverage": "jest --coverage",
0 commit comments