We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b11f8 commit a6a81f0Copy full SHA for a6a81f0
1 file changed
package.json
@@ -13,7 +13,7 @@
13
"lint:md": "markdownlint-cli2",
14
"check:a11y": "yarn build && serve dist -p 4173 & sleep 2 && pa11y-ci --sitemap http://localhost:4173/sitemap.xml --sitemap-find 'http://localhost:[0-9]+' --sitemap-replace 'http://localhost:4173'; kill %1",
15
"check:spelling": "cspell \"**/*.md\"",
16
- "check:links": "linkinator ./dist/",
+ "check:links": "linkinator ./dist/ --skip 'https://distributeaid\\.github\\.io(?:/.*)?'",
17
"prepare": "husky"
18
},
19
"dependencies": {
0 commit comments