feat: support comment update 4 check-inactive (#158)

* feat: support comment update 4 check-inactive

* docs:fix
This commit is contained in:
xrkffgg
2023-07-19 09:54:17 +08:00
committed by GitHub
parent 0d51d36520
commit 254683255c
5 changed files with 17 additions and 3 deletions

View File

@@ -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",