Skip to content

Commit ddeb06d

Browse files
authored
chore(build): minify build
1 parent 4228ec8 commit ddeb06d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An action that allows you to check whether your npm package version has been updated",
55
"main": "lib/main.js",
66
"scripts": {
7-
"build": "npm i && ncc build src/main.ts --out lib",
7+
"build": "npm i && ncc build src/main.ts --minify --out lib",
88
"watch": "ncc build src/main.ts --watch --out lib",
99
"lint": "eslint ./src --ext ts && echo 'Lint complete.'",
1010
"lintfix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",

0 commit comments

Comments
 (0)