Skip to content

Commit

Permalink
update boot scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
luowen committed Apr 17, 2018
1 parent 02a59f4 commit 7ca4948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development supervisor bin/boot",
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/boot",
"prd": "pm2 start bin/boot",
"start": "NODE_ENV=development supervisor bin/boot.js",
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/boot.js",
"prd": "pm2 start bin/boot.js --name coinstock-api",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand Down

0 comments on commit 7ca4948

Please sign in to comment.