Skip to content

Commit 369f404

Browse files
committed
chore: don't compress build
1 parent 6d40047 commit 369f404

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

0 commit comments

Comments
 (0)