From: XhmikosR Date: Sun, 5 May 2019 22:44:33 +0000 (+0300) Subject: linkinator: add silent flag. X-Git-Tag: v5.0.0-alpha1~1088 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=552e11a1abf2a55c8de422dcfa09fbbe213f4443;p=thirdparty%2Fbootstrap.git linkinator: add silent flag. This should reduce its output. --- diff --git a/package.json b/package.json index bb6ccffb2f..8a8512b13f 100644 --- a/package.json +++ b/package.json @@ -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/",