mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-22 14:43:10 +00:00
代码优化
This commit is contained in:
parent
23cceebdbd
commit
de4f06196e
@ -8,9 +8,9 @@
|
||||
"lint": "eslint \"**/*.{js,ts}\"",
|
||||
"lint-fix": "eslint --fix \"**/*.{js,ts}\"",
|
||||
"prepare": "husky install",
|
||||
"pkgwin": "node_modules/.bin/pkg . -t node14-win-x64 -C GZip -o bin/app --no-bytecode",
|
||||
"pkglinux": "node_modules/.bin/pkg . -t node14-linux-x64 -C GZip -o bin/app --no-bytecode",
|
||||
"pkgmacos": "node_modules/.bin/pkg . -t node14-macos-x64 -C GZip -o bin/sapp --no-bytecode"
|
||||
"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"
|
||||
},
|
||||
"bin": "./app.js",
|
||||
"pkg": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user