File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -73,3 +73,11 @@ npm install @netlify/build -g
7373# In the project working directory, run the build as netlify would with the build bot
7474netlify-build
7575```
76+
77+
78+ ## Issues
79+
80+ - https://github.com/jaimeiniesta/serverless-axe-cli/pull/1
81+ - https://github.com/adieuadieu/serverless-chrome/issues/143
82+ - https://gist.github.com/stephenmathieson/57c1fa4a8a6bdbb489f91d4a4f713ee9
83+ - npm install chromedriver
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ function netlifyPlugin(conf) {
2222 . replace ( / ^ \/ / , '' ) ;
2323
2424 await run . command (
25- `./node_modules/.bin/axe ${ site } ${ axeFlags } --save ${ resultsPath } `
25+ // `./node_modules/.bin/axe ${site} ${axeFlags} --save ${resultsPath}`
26+ `axe ${ site } ${ axeFlags } --save ${ resultsPath } `
2627 ) ;
2728
2829 let results = require ( resultsPath ) ;
You can’t perform that action at this time.
0 commit comments