]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linkinator: replace `--silent` with `--verbosity` (#33100)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 18 Feb 2021 22:28:39 +0000 (00:28 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 22:28:39 +0000 (00:28 +0200)
package.json

index 05d20b775fa40cee811fa15cf0e8347f0f547264..4c1cacb14c427d5ac091e4343c592f21a2138a3f 100644 (file)
@@ -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",