Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-02-19 01:28:39 +0300
committerGitHub <noreply@github.com>2021-02-19 01:28:39 +0300
commit454d8ae1f4513109abeb5b82a015691be5e95f0b (patch)
treeb59ad30df288d0db8bc4791adbc305704379b555 /package.json
parentd55abc2f81b6e5e19d7d6c03e63399bd29dbd639 (diff)
linkinator: replace `--silent` with `--verbosity` (#33100)
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 05d20b775f..4c1cacb14c 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir",
"docs-compile": "npm run docs-build",
- "docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
+ "docs-linkinator": "linkinator _gh_pages --recurse --skip \"^(?!http://localhost)\" --verbosity error",
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
"docs-serve": "hugo server --port 9001 --disableFastRender",