Re-doing bundling...
Release Bundled Action / release (push) Successful in 1m51s
Renovate / renovate (push) Successful in 5m46s

This commit is contained in:
2025-11-19 13:51:13 -05:00
parent 9a7015553a
commit 463e2b5545
3 changed files with 25 additions and 23 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"scripts": {
"lint": "eslint --ext js .",
"release": "npx semantic-release",
"test": "npx cross-env FORCE_COLOR=1 npx jest"
"test": "npx cross-env FORCE_COLOR=1 npx jest",
"build": "ncc build action.js -o dist"
},
"dependencies": {
"@actions/core": "^1.9.1",