From: XhmikosR Date: Thu, 18 Feb 2021 22:28:39 +0000 (+0200) Subject: linkinator: replace `--silent` with `--verbosity` (#33100) X-Git-Tag: v5.0.0-beta3~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454d8ae1f4513109abeb5b82a015691be5e95f0b;p=thirdparty%2Fbootstrap.git linkinator: replace `--silent` with `--verbosity` (#33100) --- 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",