fixup! fixup! fixup! feat: Add start npm script

This commit is contained in:
Khaled Garbaya
2017-11-06 13:17:53 +01:00
committed by Benedikt Rötsch
parent a78a1914d8
commit cf953aa3ad

View File

@@ -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",