From cf953aa3ade9690f7b63a91d58c4773210e1c07e Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Mon, 6 Nov 2017 13:17:53 +0100 Subject: [PATCH] fixup! fixup! fixup! feat: Add start npm script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08a0e06..5f03afe 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 ./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",