fix(build): re-enable lib minification

This commit is contained in:
Federico Grandi
2020-12-12 16:33:38 +01:00
parent 28ab8fcce3
commit 524f96d401
2 changed files with 2 additions and 9833 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
"description": "Add & commit files from a path directly from GitHub Actions",
"main": "lib/index.js",
"scripts": {
"build": "ncc build src/main.ts --out lib",
"build": "ncc build src/main.ts --minify --out lib",
"watch": "ncc build src/main.ts --watch --out lib",
"lint:fix": "eslint --ext .ts --fix src",
"all-contributors-badge": "ts-node scripts/all-contributors-badge",