Skip to content

Commit

Permalink
Use brotli for size command
Browse files Browse the repository at this point in the history
206b
  • Loading branch information
aduth committed Jun 22, 2024
1 parent 2851df1 commit 65b8cd1
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 @@ -16,7 +16,7 @@
"test:lint": "eslint .",
"test:unit": "node --test test",
"test": "npm run test:lint && npm run test:unit",
"size": "echo \"export * from '.'\" | npm exec --yes esbuild -- --bundle --minify | npm exec --yes gzip-size-cli"
"size": "echo \"export * from '.'\" | npm exec --yes esbuild -- --bundle --minify | npm exec --yes brotli-size-cli"
},
"homepage": "https://github.com/aduth/hijinks",
"bugs": {
Expand Down

0 comments on commit 65b8cd1

Please sign in to comment.