Skip to content

Commit 0db5303

Browse files
committed
chore: don't minify build
1 parent 2c336e6 commit 0db5303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 --minify --out lib",
7+
"build": "npm i && ncc build src/main.ts --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)