Skip to content

Commit 16365eb

Browse files
author
Tom Pearson
committed
remove a11y report
1 parent a80b7ea commit 16365eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

a11y-report.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "serve.js",
66
"scripts": {
77
"serve": "sirv site --single --port 5000 & wait-on http://localhost:5000/good.html",
8-
"a11y": "pa11y-ci --config .pa11yrc --json",
8+
"a11y": "pa11y-ci --config .pa11yrc --json > a11y-report.json",
99
"test": "npm run serve && npm run a11y"
1010
},
1111
"author": "",

0 commit comments

Comments
 (0)