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",