chore: Update lint script to include a completion message
This commit is contained in:
parent
4ae3f1beeb
commit
95c0d2a384
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue