feat: Add start npm script

This commit is contained in:
Khaled Garbaya
2017-11-06 12:24:46 +01:00
committed by Benedikt Rötsch
parent a77d8fcdea
commit 85ea880352

View File

@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"start:watch": "nodemon ./bin/www --ignore public/", "start:watch": "nodemon ./bin/www --ignore public/",
"start:dev": "node ./bin/www", "start:dev": "node ./bin/www",
"start": "NODE_ENV=production node ./bin/www", "start": "node ./bin/www",
"start:production": "NODE_ENV=production node ./bin/www", "start:production": "NODE_ENV=production node ./bin/www",
"lint": "eslint ./app.js routes", "lint": "eslint ./app.js routes",
"format": "eslint --fix . bin --ignore public node_modules", "format": "eslint --fix . bin --ignore public node_modules",