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