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>2019-05-06 01:44:33 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-05-16 16:01:07 +0300
commit552e11a1abf2a55c8de422dcfa09fbbe213f4443 (patch)
tree0029294d2bdea6f57bc422cea96a074a4caac338 /package.json
parent6269d0567045c3b41792f2fb4eb425865246c5ea (diff)
linkinator: add silent flag.
This should reduce its output.
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 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/",