Skip to content

Commit 712fb1b

Browse files
committed
INT-958 pretest: mongodb-runner install (#384)
1 parent eed1e92 commit 712fb1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
"scripts": {
5555
"start": "hadron-build develop",
56+
"pretest": "mongodb-runner install",
5657
"test": "xvfb-maybe hadron-build test",
5758
"check": "mongodb-js-precommit ./src/app/*.js ./src/app/**/**/*.js ./src/{app/**/*.js,main/**/*.js} ./test/*.js",
5859
"ci": "npm run test",
@@ -144,7 +145,7 @@
144145
"hadron-build": "^0.4.4",
145146
"mongodb-js-fmt": "^0.0.3",
146147
"mongodb-js-precommit": "^0.2.8",
147-
"mongodb-runner": "^3.1.15",
148+
"mongodb-runner": "^3.2.2",
148149
"spectron": "^0.34.1",
149150
"xvfb-maybe": "^0.1.3"
150151
},

0 commit comments

Comments
 (0)