mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 16:18:20 +01:00
Simplify markdownlint check
This commit is contained in:
parent
2408b58f25
commit
afb66ea0ad
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"precommit": "npm test",
|
||||
"lint-markdown": "markdownlint pages/**/*.md",
|
||||
"lint-tldr": "tldr-lint ./pages",
|
||||
"test": "markdownlint pages/**/*.md && tldr-lint ./pages",
|
||||
"test": "markdownlint pages/ && tldr-lint ./pages",
|
||||
"build-index": "node ./scripts/build-index.js > pages/index.json"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue