mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-02-08 02:39:22 +08:00
chore: Update lint script to include a completion message
This commit is contained in:
parent
1ba49d0e25
commit
daca4493c5
|
@ -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
Block a user