Skip to content

Commit 6da58c7

Browse files
author
Benjamin Wilson Friedman
authored
Updates 'npm stop' to properly run (#326)
1 parent 2a967c6 commit 6da58c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"test": "echo \"Error: no test specified\" && exit 1",
55
"start" : "./node_modules/parse-server-test/run-server",
6-
"stop" : "mongodb-runner stop"
6+
"stop" : "./node_modules/parse-server-test/stop-server"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)