Adds start command

This commit is contained in:
Julien Lengrand-Lambert
2020-08-30 19:21:47 +02:00
parent a441570cdf
commit 3e28fac56e

View File

@@ -7,6 +7,7 @@
"test": "tests"
},
"scripts": {
"start": "elm-app start",
"test": "elm-app test",
"build": "elm-app build"
},