Skip to content

Commit e7160ef

Browse files
authored
Run WCAG checks op /blog
Part of #333
1 parent c2f9adc commit e7160ef

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
@@ -15,7 +15,7 @@
1515
"write-translations": "docusaurus write-translations",
1616
"write-heading-ids": "docusaurus write-heading-ids",
1717
"lint:typecheck": "tsc --noEmit",
18-
"lint:wcag": "axe http://localhost:3000/index.html --exit --tags wcag2aa",
18+
"lint:wcag": "axe http://localhost:3000/index.html http://localhost:3000/blog --exit --tags wcag2aa",
1919
"lint": "npm-run-all lint:*"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)