Skip to content

Commit a82c159

Browse files
🐛 fix(github/workflows): fix pa11y setup
1 parent 59fea27 commit a82c159

File tree

2 files changed

+226
-10
lines changed

2 files changed

+226
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "next start",
1414
"lint": "next lint",
1515
"lint:deadcode": "! ts-prune | grep -v \"used in module\"",
16-
"lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
16+
"lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml",
1717
"format": "prettier --write src/",
1818
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
1919
"codegen:linkedin": "esno scripts/codegen-linkedin.ts"
@@ -99,6 +99,7 @@
9999
"esno": "^0.16.3",
100100
"husky": "^8.0.3",
101101
"lint-staged": "^13.1.1",
102+
"pa11y-ci": "^3.0.1",
102103
"prettier": "^2.8.4",
103104
"ts-prune": "^0.10.3",
104105
"typescript": "^4.9.5",

0 commit comments

Comments
 (0)