Improve the experience of testing pull requests (#5942)

This commit is contained in:
Louis Lam
2025-06-23 15:24:49 +08:00
committed by GitHub
parent 59d10062ca
commit b55d6e8911
7 changed files with 112 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "kuma-pr",
"version": "1.0.0",
"type": "module",
"bin": {
"kuma-pr": "./index.mjs"
}
}