diff options
| author | XhmikosR <[email protected]> | 2020-03-01 09:26:37 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-02-15 22:03:30 +0200 |
| commit | e4abdfb916aef2588e57133fdbe6e8c60c94c7a2 (patch) | |
| tree | caf060d983a3b9736d75c98da060e28a3d32a7cb | |
| parent | f8fdc1dc14a6ec8950a68f73c2553396929ea4ce (diff) | |
| download | bootstrap-main-xmr-linkinator-prod.tar.xz bootstrap-main-xmr-linkinator-prod.zip | |
Add `--concurrency 10`main-xmr-linkinator-prod
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fb5771e2e..166f378a6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "docs-build": "hugo --cleanDestinationDir", "docs-compile": "npm run docs-build", "docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"", - "docs-linkinator-prod": "linkinator https://getbootstrap.com --recurse --silent --skip \"^(https://developer.microsoft.com)|(https://github.com/twbs/bootstrap/releases/)\"", + "docs-linkinator-prod": "linkinator https://getbootstrap.com --concurrency 10 --recurse --silent --skip \"^(https://developer.microsoft.com)|(https://github.com/twbs/bootstrap/releases/)\"", "docs-vnu": "node build/vnu-jar.js", "docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator-prod", "docs-serve": "hugo server --port 9001 --disableFastRender", |
