mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-24 02:02:29 +03:00
Add watch command in package.json
This commit is contained in:
parent
5d465d8e95
commit
fef78ddbb8
@ -8,7 +8,8 @@
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "elm-test"
|
||||
"test": "elm-test",
|
||||
"test:watch": "npm run test -s -- --watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user