Skip to content

Commit

Permalink
Revert "broken link checker: check external links too."
Browse files Browse the repository at this point in the history
This reverts commit 9e5ec00.

Unfortunately, we are getting too many timeouts.
  • Loading branch information
XhmikosR committed Aug 12, 2018
1 parent b442ce3 commit 34199be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 34199be

Please sign in to comment.