Skip to content

Commit 3404b45

Browse files
Don't minify dist/index.js, ~150kb of added bloat.
Will be easier to debug production errors later.
1 parent 161f0b2 commit 3404b45

File tree

2 files changed

+8367
-2
lines changed

2 files changed

+8367
-2
lines changed

dist/index.js

Lines changed: 8366 additions & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "setup android action",
66
"main": "lib/main.js",
77
"scripts": {
8-
"build": "ncc build src/main.ts --out dist/ --minify",
8+
"build": "ncc build src/main.ts --out dist/",
99
"format": "prettier --write **/*.ts",
1010
"format-check": "prettier --check **/*.ts",
1111
"lint": "eslint src/*.ts",

0 commit comments

Comments
 (0)