mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
update: pkg 打包命令 node 版本升级
This commit is contained in:
parent
574364ae41
commit
1c3050d6ef
@ -8,9 +8,9 @@
|
||||
"lint": "eslint \"**/*.{js,ts}\"",
|
||||
"lint-fix": "eslint --fix \"**/*.{js,ts}\"",
|
||||
"prepare": "husky install",
|
||||
"pkgwin": "pkg . -t node14-win-x64 -C GZip -o bin/app --no-bytecode",
|
||||
"pkglinux": "pkg . -t node14-linux-x64 -C GZip -o bin/app --no-bytecode",
|
||||
"pkgmacos": "pkg . -t node14-macos-x64 -C GZip -o bin/app --no-bytecode"
|
||||
"pkgwin": "pkg . -t node18-win-x64 -C GZip -o bin/app --no-bytecode",
|
||||
"pkglinux": "pkg . -t node18-linux-x64 -C GZip -o bin/app --no-bytecode",
|
||||
"pkgmacos": "pkg . -t node18-macos-x64 -C GZip -o bin/app --no-bytecode"
|
||||
},
|
||||
"bin": "./app.js",
|
||||
"pkg": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user