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 a80b7ea commit 16365ebCopy full SHA for 16365eb
a11y-report.json
package.json
@@ -5,7 +5,7 @@
5
"main": "serve.js",
6
"scripts": {
7
"serve": "sirv site --single --port 5000 & wait-on http://localhost:5000/good.html",
8
- "a11y": "pa11y-ci --config .pa11yrc --json",
+ "a11y": "pa11y-ci --config .pa11yrc --json > a11y-report.json",
9
"test": "npm run serve && npm run a11y"
10
},
11
"author": "",
0 commit comments