Skip to content

Commit 28fa18d

Browse files
committed
chore(build): don't minify build
1 parent a087381 commit 28fa18d

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": "Add & commit files from a path directly from GitHub Actions",
55
"main": "lib/index.js",
66
"scripts": {
7-
"build": "ncc build src/main.ts --minify --out lib",
7+
"build": "ncc build src/main.ts --out lib",
88
"watch": "ncc build src/main.ts --watch --out lib",
99
"lint:fix": "eslint --ext .ts --fix src",
1010
"all-contributors-badge": "ts-node scripts/all-contributors-badge",

0 commit comments

Comments
 (0)