Skip to content

Commit a6a81f0

Browse files
committed
ci: run checks on PRs, fix pa11y sandbox, skip self-referencing URL in linkinator
1 parent b8b11f8 commit a6a81f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint:md": "markdownlint-cli2",
1414
"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",
1515
"check:spelling": "cspell \"**/*.md\"",
16-
"check:links": "linkinator ./dist/",
16+
"check:links": "linkinator ./dist/ --skip 'https://distributeaid\\.github\\.io(?:/.*)?'",
1717
"prepare": "husky"
1818
},
1919
"dependencies": {

0 commit comments

Comments
 (0)