From daca4493c5b70be5141836627ffce63912c9a9c5 Mon Sep 17 00:00:00 2001 From: Anduin Date: Mon, 3 Jun 2024 12:39:44 +0000 Subject: [PATCH] chore: Update lint script to include a completion message --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2ea2484..dad21910 100644 --- a/package.json +++ b/package.json @@ -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",