mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
axe needs the public directory to serve
This commit is contained in:
parent
3de9278504
commit
49ccbbe227
@ -92,7 +92,7 @@ main =
|
||||
cmd (WithStdout True) (FileStdout out) "script/percy-tests.js"
|
||||
|
||||
"log/axe-report.json" %> \out -> do
|
||||
need ["log/npm-install.txt", "script/run-axe.sh", "script/axe-puppeteer.js"]
|
||||
need ["log/npm-install.txt", "script/run-axe.sh", "script/axe-puppeteer.js", "log/public.txt"]
|
||||
cmd (WithStdout True) (FileStdout out) "script/run-axe.sh"
|
||||
|
||||
"log/axe-report.txt" %> \out -> do
|
||||
|
Loading…
Reference in New Issue
Block a user