Skip to content

Commit

Permalink
Make hyperlink skipfilter argument windows compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Aug 22, 2019
1 parent 46cea8c commit d791327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module.exports = {
},
linkcheck: {
script:
"hyperlink -ri --canonicalroot https://mochajs.org docs/_site/index.html --skip 'id=\"line'"
'hyperlink -ri --canonicalroot https://mochajs.org --skip ".js.html#line" docs/_site/index.html'
},
postbuild: {
script:
Expand Down

0 comments on commit d791327

Please sign in to comment.