Skip to content

Commit

Permalink
Don't minify dist/index.js, ~150kb of added bloat.
Browse files Browse the repository at this point in the history
Will be easier to debug production errors later.
  • Loading branch information
ViliusSutkus89 committed Mar 2, 2021
1 parent 161f0b2 commit 3404b45
Show file tree
Hide file tree
Showing 2 changed files with 8,367 additions and 2 deletions.
8,367 changes: 8,366 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "setup android action",
"main": "lib/main.js",
"scripts": {
"build": "ncc build src/main.ts --out dist/ --minify",
"build": "ncc build src/main.ts --out dist/",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/*.ts",
Expand Down

0 comments on commit 3404b45

Please sign in to comment.