0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Revert "broken link checker: check external links too."

This reverts commit 9e5ec00d50e4b89ff8496425fff1a5a1011b440d.

Unfortunately, we are getting too many timeouts.
This commit is contained in:
XhmikosR 2018-08-12 23:16:49 +03:00
parent b442ce3130
commit 34199be5ec

View File

@ -18,7 +18,7 @@
],
"scripts": {
"start": "npm-run-all --parallel watch docs-serve",
"blc": "blc --filter-level 3 --get --ordered --recursive --host-requests 4 --input http://localhost:3000/",
"blc": "blc --exclude-external --filter-level 3 --get --ordered --recursive --host-requests 4 --input http://localhost:3000/",
"http-server": "http-server --silent -p 3000",
"bundlesize": "bundlesize",
"check-broken-links": "npm-run-all --parallel --race \"http-server -- _gh_pages/\" blc",