mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-24 02:02:29 +03:00
SImplify test command
"elm make --docs" already run compiler checks, no need for an additional "elm make"
This commit is contained in:
parent
c1c0eafb01
commit
d60662279c
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user