Skip to content

Commit

Permalink
fix: exclude broken urls from checks (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassshh authored Jun 26, 2023
1 parent f955f8f commit d6a0e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "rimraf dist && eleventy --serve",
"check-broken-links": "npm run check-broken-links:internal && npm run check-broken-links:external",
"check-broken-links:internal": "npx broken-link-checker-local ./dist -roe --filter-level 3 --exclude \"*/__/firebase/*\"",
"check-broken-links:external": "npx broken-link-checker-local ./dist -roi --filter-level 3 --exclude \"*/__/firebase/*\" --exclude \"*/stenciljs.com/*\" --exclude \"*/twitter.com/*\""
"check-broken-links:external": "npx broken-link-checker-local ./dist -roi --filter-level 3 --exclude \"*/__/firebase/*\" --exclude \"*/stenciljs.com/*\" --exclude \"*/twitter.com/*\" --exclude \"*/gramsbergen.nl/*\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d6a0e70

Please sign in to comment.