Skip to content

Commit

Permalink
fix npm script, #92
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 1, 2015
1 parent 5dcf5dc commit 51cb8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"node": ">=0.10.0"
},
"scripts": {
"start": "./node_modules/.bin/pm2 start app.js --name spmjs && ./node_modules/.bin/pm2 start ./node_modules/elasticsearch-package/bin/elasticsearch -x --interpreter bash",
"stop": "./node_modules/.bin/pm2 stop spmjs && ./node_modules/.bin/pm2 stop elasticsearch",
"start": "./node_modules/pm2/bin/pm2 start app.js --name spmjs && ./node_modules/pm2/bin/pm2 start ./node_modules/elasticsearch-package/bin/elasticsearch -x --interpreter bash",
"stop": "./node_modules/pm2/bin/pm2 stop spmjs && ./node_modules/pm2/bin/pm2 stop elasticsearch",
"reindex": "node elastic/reindexPackages.js"
},
"dependencies": {
Expand Down

0 comments on commit 51cb8da

Please sign in to comment.