Run elm-review in tests

This commit is contained in:
Jeroen Engels 2020-04-08 18:37:24 +02:00
parent 2d42e89092
commit 108a5efa0f

View File

@ -2,7 +2,7 @@
"name": "",
"version": "1.0.0",
"scripts": {
"test": "elm make --docs=/tmp/docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests",
"test": "elm make --docs=/tmp/docs.json && elm-format src/ --validate && elm-test && npm run phantom-tests && elm-review",
"phantom-tests": "node phantom-type-tests/run.js"
},
"dependencies": {