]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linkinator: add silent flag.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 5 May 2019 22:44:33 +0000 (01:44 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 16 May 2019 13:01:07 +0000 (16:01 +0300)
This should reduce its output.

package.json

index bb6ccffb2f717aecc5c698db3205c4dee31abb71..8a8512b13fb396f88062286254623b6729365981 100644 (file)
@@ -19,7 +19,7 @@
   ],
   "scripts": {
     "start": "npm-run-all --parallel watch docs-serve",
-    "linkinator": "linkinator _gh_pages --recurse --skip \"^(?!http://localhost)\"",
+    "linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
     "bundlesize": "bundlesize",
     "css": "npm-run-all css-compile css-prefix css-minify css-copy",
     "css-copy": "cross-env-shell shx mkdir -p site/static/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/static/docs/$npm_package_version_short/dist/",