We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fea27 commit a82c159Copy full SHA for a82c159
package.json
@@ -13,7 +13,7 @@
13
"start": "next start",
14
"lint": "next lint",
15
"lint:deadcode": "! ts-prune | grep -v \"used in module\"",
16
- "lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
+ "lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml",
17
"format": "prettier --write src/",
18
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
19
"codegen:linkedin": "esno scripts/codegen-linkedin.ts"
@@ -99,6 +99,7 @@
99
"esno": "^0.16.3",
100
"husky": "^8.0.3",
101
"lint-staged": "^13.1.1",
102
+ "pa11y-ci": "^3.0.1",
103
"prettier": "^2.8.4",
104
"ts-prune": "^0.10.3",
105
"typescript": "^4.9.5",
0 commit comments