feat: Add start npm script
This commit is contained in:
committed by
Benedikt Rötsch
parent
9c2840ac89
commit
a77d8fcdea
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user