Skip to content

Commit

Permalink
Mark HTTP 429 responses as allowed failures in hyperlink check. We so…
Browse files Browse the repository at this point in the history
…metimes get these from unpkg and it shouldnt block out builds
  • Loading branch information
Munter committed Apr 25, 2020
1 parent 4c0231c commit db31d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -267,7 +267,7 @@ module.exports = {
},
linkcheck: {
script:
'hyperlink -ri --canonicalroot https://mochajs.org --skip ".js.html#line" docs/_site/index.html'
'hyperlink -ri --canonicalroot https://mochajs.org --skip ".js.html#line" docs/_site/index.html --todo "HTTP 429 Too Many Requests"'
},
postbuild: {
script:
Expand Down

0 comments on commit db31d20

Please sign in to comment.