Skip to content

Commit

Permalink
enable compressing for release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 11, 2025
1 parent 66f7680 commit 62a8baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.prod.js",
"pkg": "pkg .",
"pkg": "pkg . --compress Brotli",
"devbuild": "webpack --config webpack.config.dev.js"
},
"author": "",
Expand Down

0 comments on commit 62a8baa

Please sign in to comment.