Commit 34199be5 authored by XhmikosR's avatar XhmikosR
Browse files

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

This reverts commit 9e5ec00d.

Unfortunately, we are getting too many timeouts.
parent b442ce31
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment