Skip to content

Commit

Permalink
💚 Minify build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hand committed Apr 2, 2021
1 parent 25254e4 commit 10d8356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "release-it-tagger-action",
"scripts": {
"build": "ncc build index.js"
"build": "ncc build index.js -m"
},
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 10d8356

Please sign in to comment.