From a77d8fcdea10d3b7af3777dede83a41fea56d4b1 Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Mon, 6 Nov 2017 11:59:48 +0100 Subject: [PATCH] feat: Add start npm script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 23a4662..43ef016 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "start:watch": "nodemon ./bin/www --ignore public/", "start:dev": "node ./bin/www", + "start": "NODE_ENV=production node ./bin/www", "start:production": "NODE_ENV=production node ./bin/www", "lint": "eslint ./app.js routes", "format": "eslint --fix . bin --ignore public node_modules",