diff options
| author | XhmikosR <[email protected]> | 2018-08-02 12:32:40 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-12 21:15:55 +0300 |
| commit | 9e5ec00d50e4b89ff8496425fff1a5a1011b440d (patch) | |
| tree | 313fb4c04be514b2f1d061f8f4c2b99955fcbff1 /package.json | |
| parent | 208f22c8d741b8776ede4b9175dd51d07ce0b8c5 (diff) | |
| download | bootstrap-9e5ec00d50e4b89ff8496425fff1a5a1011b440d.tar.xz bootstrap-9e5ec00d50e4b89ff8496425fff1a5a1011b440d.zip | |
broken link checker: check external links too.
It's slower, but since it runs only on Travis, we better be safe.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 608077e08..5676cd673 100644 --- a/package.json +++ b/package.json @@ -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", |
