Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryifytest committed Feb 22, 2023
1 parent 23cceeb commit 6642c1d
Show file tree
Hide file tree
Showing 2 changed files with 3,723 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 6642c1d

Please sign in to comment.