Skip to content

Commit

Permalink
add pm2 to devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys committed Sep 3, 2018
1 parent 993185b commit 8c7ad64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test": "istanbul cover _mocha",
"start": "cross-env NODE_ENV=production pm2 start index.js --name 'myblog'",
"stop": "cross-env NODE_ENV=production pm2 stop myblog",
"lint": "eslint --fix config lib middlewares models routes test"
},
"author": "nswbmw",
Expand Down Expand Up @@ -36,6 +37,7 @@
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "4.1.0",
"pm2": "3.0.0",
"supertest": "3.0.0"
}
}

0 comments on commit 8c7ad64

Please sign in to comment.