Skip to content

Commit

Permalink
chore: Update lint script to include a completion message
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Jun 3, 2024
1 parent 1ba49d0 commit daca449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit daca449

Please sign in to comment.