未验证 提交 45bfab34 编写于 作者: Eddy · Cui's avatar Eddy · Cui 提交者: GitHub

增加打包可执行程序功能

上级 6a293401
......@@ -7,7 +7,14 @@
"test": "mocha -r intelli-espower-loader -t 20000 app.test.js --exit",
"lint": "eslint \"**/*.{js,ts}\"",
"lint-fix": "eslint --fix \"**/*.{js,ts}\"",
"prepare": "husky install"
"prepare": "husky install",
"pkgwin": "pkg . -t node14-win-x64 -o app",
"pkglinux": "pkg . -t node14-linux-x64 -o app",
"pkgmacos": "pkg . -t node14-macos-x64 -o app"
},
"bin": "./app.js",
"pkg": {
"scripts": "module/*.js"
},
"keywords": [
"网易云音乐",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册