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