build: enable minification for build artifact
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m40s
Test / Run Tests (push) Successful in 6m29s

This commit is contained in:
2026-01-04 06:05:21 +00:00
parent 3ff19001a7
commit d9a56ea576
2 changed files with 6 additions and 51913 deletions

51917
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"test": "vitest run --globals --coverage",
"build": "ncc build index.js -o dist --external utf-8-validate --external bufferutil"
"build": "ncc build index.js -o dist -m --external utf-8-validate --external bufferutil"
},
"dependencies": {
"@actions/core": "^2.0.0",