build: re-enable code minification (#1171)

This commit is contained in:
Fabian-Lars
2025-11-13 17:17:06 +01:00
committed by GitHub
parent adb8bd38d1
commit aa82f4b95d
2 changed files with 20 additions and 54122 deletions

54140
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "ncc build src/index.ts -o dist",
"build": "ncc build src/index.ts -o dist -m",
"lint": "eslint .",
"format": "prettier --write src/** action.yml README.md",
"format:check": "prettier --check src/** action.yml README.md"