SImplify test command

"elm make --docs" already run compiler checks, no need for an additional
"elm make"
This commit is contained in:
Jeroen Engels 2019-08-01 09:20:21 +02:00
parent c1c0eafb01
commit d60662279c

View File

@ -8,7 +8,7 @@
"test": "tests"
},
"scripts": {
"test": "elm make && elm make --docs=elm-stuff/docs.json && elm-format src/ --validate && elm-test && elm-xref",
"test": "elm make --docs=elm-stuff/docs.json && elm-format src/ --validate && elm-test && elm-xref",
"test:watch": "npm run test -s -- --watch"
},
"repository": {