mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
Don't minify dist/index.js, ~150kb of added bloat.
Will be easier to debug production errors later.
This commit is contained in:
parent
161f0b2707
commit
3404b45d4c
2 changed files with 8367 additions and 2 deletions
8367
dist/index.js
vendored
8367
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
||||||
"description": "setup android action",
|
"description": "setup android action",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/main.ts --out dist/ --minify",
|
"build": "ncc build src/main.ts --out dist/",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"format-check": "prettier --check **/*.ts",
|
"format-check": "prettier --check **/*.ts",
|
||||||
"lint": "eslint src/*.ts",
|
"lint": "eslint src/*.ts",
|
||||||
|
|
Loading…
Reference in a new issue