mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-19 05:46:09 +01:00
Add clone-test-repos-large script for cloning very large repositories (not part of push/pull_request trigger).
This commit is contained in:
parent
2141566b47
commit
ebdf0ddf28
2 changed files with 17 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
"build-example": "npm install --no-save --ignore-scripts grunt grunt-cli gulp through2",
|
||||
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint",
|
||||
"clone-test-repos": "make-dir test-repos && cd test-repos && git clone https://github.com/eslint/eslint eslint-eslint --depth 1 --no-tags --quiet && git clone https://github.com/mkdocs/mkdocs mkdocs-mkdocs --depth 1 --no-tags --quiet && git clone https://github.com/pi-hole/docs pi-hole-docs --depth 1 --no-tags --quiet",
|
||||
"clone-test-repos-large": "npm run clone-test-repos && cd test-repos && git clone https://github.com/dotnet/docs dotnet-docs --depth 1 --no-tags --quiet",
|
||||
"lint-test-repos": "node test/markdownlint-test-repos.js",
|
||||
"clean-test-repos": "rimraf test-repos"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue