Skip to content

Commit

Permalink
feat: Enable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 4, 2024
1 parent 481ded7 commit 5948cc6
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 @@ -6,7 +6,7 @@
"repository": "https://github.com/action-pack/tag-exists",
"scripts": {
"lint": "eslint index.js",
"build": "ncc build index.js -o dist",
"build": "ncc build index.js -m -o dist",
"build_stats": "ncc build index.js -s --stats-out dist/stats -o dist"
},
"dependencies": {
Expand Down

0 comments on commit 5948cc6

Please sign in to comment.