*add compression

This commit is contained in:
Derrick Hammer 2022-09-21 17:06:10 -04:00
parent 1a2825df01
commit 48a57d1259
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"scripts": {
"compile": "tsc",
"prebuild": "bash prebuild.sh",
"package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build",
"package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
"package-debug": "pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public",
"build": "npm run compile && npm run prebuild && npm run package",
"barebuild": "npm run compile && npm run package"