diff --git a/package.json b/package.json index 88daf15..4dfc3d7 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "prod": "node index.js", "test": "node index.js", "dev": "nodemon index.js" },