chore: Update lint script to include a completion message

This commit is contained in:
Anduin 2024-06-03 12:39:44 +00:00
parent 4ae3f1beeb
commit 95c0d2a384
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"manuallint": "node .github/manual_lint.js",
"textlint": "textlint . --fix",
"markdownlint": "markdownlint ./dishes ./tips",
"lint": "npm run textlint && npm run markdownlint && npm run manuallint"
"lint": "npm run textlint && npm run markdownlint && npm run manuallint && echo 'Lint finished. All passed.'"
},
"author": "Anduin2017",
"license": "Unlicense",