Skip to content

Commit f799227

Browse files
MunterEugeneHlushko
authored andcommitted
Skip link checking david-dm badges (#3343)
These badges seem to time out a lot, and unnecessarily block pull requests: https://travis-ci.org/webpack/webpack.js.org/jobs/608516515#L2040-L2134
1 parent 954bd4a commit f799227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lint:markdown": "markdownlint --rules markdownlint-rule-emphasis-style --config ./.markdownlint.json *.md ./src/content/**/*.md --ignore './src/content/**/_*.md'",
4747
"lint:social": "alex . -q",
4848
"lint:prose": "cp .proselintrc ~/ && proselint src/content",
49-
"lint:links": "hyperlink -c 8 -r dist/index.html --canonicalroot https://webpack.js.org/ -i --skip https://img.shields.io --skip https://codecov.io/gh --skip 'content-type-mismatch https://travis-ci.org' > internal-links.tap; cat internal-links.tap | tap-spot",
49+
"lint:links": "hyperlink -c 8 -r dist/index.html --canonicalroot https://webpack.js.org/ -i --skip https://img.shields.io --skip https://david-dm.org --skip https://codecov.io/gh --skip 'content-type-mismatch https://travis-ci.org' > internal-links.tap; cat internal-links.tap | tap-spot",
5050
"sitemap": "cd dist && sitemap-static --ignore-file=../sitemap-ignore.json --pretty --prefix=https://webpack.js.org/ > sitemap.xml",
5151
"serve": "npm run build && sirv start ./dist --port 4000",
5252
"deploy": "gh-pages -d dist",

0 commit comments

Comments
 (0)