*add compression
This commit is contained in:
parent
1a2825df01
commit
48a57d1259
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue