aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",