We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e90c9 commit 2f95f73Copy full SHA for 2f95f73
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"prestart": "mongod --fork --logpath /dev/null",
8
"start": "node ./bin/www",
9
- "poststop": "mongo admin --eval 'db.shutdownServer()' > /dev/null",
+ "stop": "mongo admin --eval 'db.shutdownServer()' > /dev/null",
10
"postinstall": "./setup.sh",
11
"bower": "node_modules/.bin/bower",
12
"gulp": "node_modules/.bin/gulp"
0 commit comments