Add start script and change name of serve script

This commit is contained in:
Alex Janka 2017-06-02 22:04:28 +10:00
parent 68688eb21f
commit aa247e9398

View file

@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "index", "main": "index",
"scripts": { "scripts": {
"serve": "nodemon --exec ts-node -- index.ts" "start": "ts-node index.ts",
"dev-server": "nodemon --exec ts-node -- index.ts"
}, },
"repository": { "repository": {
"type": "git", "type": "git",