mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
feat: support comment update 4 check-inactive (#158)
* feat: support comment update 4 check-inactive * docs:fix
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"lint": "eslint src/*.ts src/*/*.ts",
|
||||
"lint-fix": "eslint src/*.ts src/*/*.ts --fix",
|
||||
"lint-up": "npm run format && npm run lint-fix",
|
||||
"ci:fix": "npm run lint-up",
|
||||
"lint-all": "npm run format-check && npm run lint",
|
||||
"check-commit": "node ./scripts/check-commit.js",
|
||||
"tag": "node ./scripts/tag.js",
|
||||
|
Reference in New Issue
Block a user