hl-api-changelog/package.json
yaosutu 32bfbea0c9
一些检查失败了
changelog-filename-gate / validate (pull_request) Failing after 13m52s
fix: 增加 Changelog 文件名检测门禁
2026-07-22 19:02:26 +08:00

13 行
287 B
JSON

{
"name": "hl-api-changelog-quality-gates",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/validate-changelog-filenames.test.mjs",
"check:filenames": "node scripts/validate-changelog-filenames.mjs"
},
"engines": {
"node": ">=20"
}
}