broken link checker: check external links too.

It's slower, but since it runs only on Travis, we better be safe.
This commit is contained in:
XhmikosR 2018-08-02 12:32:40 +03:00
parent 208f22c8d7
commit 9e5ec00d50
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
],
"scripts": {
"start": "npm-run-all --parallel watch docs-serve",
"blc": "blc --exclude-external --filter-level 3 --get --ordered --recursive --host-requests 4 --input http://localhost:3000/",
"blc": "blc --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",