We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcf5dc commit 51cb8daCopy full SHA for 51cb8da
package.json
@@ -27,8 +27,8 @@
27
"node": ">=0.10.0"
28
},
29
"scripts": {
30
- "start": "./node_modules/.bin/pm2 start app.js --name spmjs && ./node_modules/.bin/pm2 start ./node_modules/elasticsearch-package/bin/elasticsearch -x --interpreter bash",
31
- "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",
32
"reindex": "node elastic/reindexPackages.js"
33
34
"dependencies": {
0 commit comments