diff --git a/package-lock.json b/package-lock.json index a48ee52..103b59a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,7 @@ "requires": true, "packages": { "": { + "name": "release-it-tagger-action", "license": "ISC", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index 3b493e6..7bd4ca9 100644 --- a/package.json +++ b/package.json @@ -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": {