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
73
73
# In the project working directory, run the build as netlify would with the build bot
74
74
netlify-build
75
75
```
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) {
22
22
. replace ( / ^ \/ / , '' ) ;
23
23
24
24
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 } `
26
27
) ;
27
28
28
29
let results = require ( resultsPath ) ;
You can’t perform that action at this time.
0 commit comments