Change start script name

This commit is contained in:
rui hildt 2020-06-17 12:54:03 +02:00
parent 3f6ff08e6c
commit 32477a1e57

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "nodemon index.js", "dev": "nodemon index.js",
"prod": "node index.js" "start": "node index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",