Skip to content

Commit 38c75ef

Browse files
author
Tom Pearson
committed
just output to the console
1 parent 3c1da00 commit 38c75ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 > a11y-report.json",
8+
"a11y": "pa11y-ci --config .pa11yrc --json",
99
"test": "npm run serve && npm run a11y"
1010
},
1111
"author": "",

0 commit comments

Comments
 (0)