Skip to content

Commit 2f95f73

Browse files
author
joeltaylor
committed
Correct npm stop script
1 parent c5e90c9 commit 2f95f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"prestart": "mongod --fork --logpath /dev/null",
88
"start": "node ./bin/www",
9-
"poststop": "mongo admin --eval 'db.shutdownServer()' > /dev/null",
9+
"stop": "mongo admin --eval 'db.shutdownServer()' > /dev/null",
1010
"postinstall": "./setup.sh",
1111
"bower": "node_modules/.bin/bower",
1212
"gulp": "node_modules/.bin/gulp"

0 commit comments

Comments
 (0)