Skip to content

Commit

Permalink
always minify
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Feb 26, 2024
1 parent 9313d80 commit 3fc17b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion invoker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"invoker.min.js"
],
"scripts": {
"prepublishOnly": "npm run minify",
"minify": "esbuild --minify invoker.js > invoker.min.js",
"test": "echo TODO! Run ./wpt serve --inject-script=../invoker-buttons/invoker.js for now."
},
Expand Down

0 comments on commit 3fc17b0

Please sign in to comment.