mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
linkinator: add silent flag.
This should reduce its output.
This commit is contained in:
parent
6269d05670
commit
552e11a1ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue