make percy tests part of make test

This commit is contained in:
Matt Charlton 2019-11-15 11:17:24 +00:00
parent 923d1ce1cc
commit 7c187e1109

View File

@ -5,6 +5,7 @@ test: node_modules
npx elm-test
npx elm-verify-examples --run-tests
make axe-report
make percy-tests
tests/axe-report.json: public script/run-axe.sh script/axe-puppeteer.js
script/run-axe.sh > $@