Add watch command in package.json

This commit is contained in:
Jeroen Engels 2019-06-26 12:32:58 +02:00
parent 5d465d8e95
commit fef78ddbb8

View File

@ -8,7 +8,8 @@
"test": "tests"
},
"scripts": {
"test": "elm-test"
"test": "elm-test",
"test:watch": "npm run test -s -- --watch"
},
"repository": {
"type": "git",