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 eed1e92 commit 712fb1bCopy full SHA for 712fb1b
package.json
@@ -53,6 +53,7 @@
53
},
54
"scripts": {
55
"start": "hadron-build develop",
56
+ "pretest": "mongodb-runner install",
57
"test": "xvfb-maybe hadron-build test",
58
"check": "mongodb-js-precommit ./src/app/*.js ./src/app/**/**/*.js ./src/{app/**/*.js,main/**/*.js} ./test/*.js",
59
"ci": "npm run test",
@@ -144,7 +145,7 @@
144
145
"hadron-build": "^0.4.4",
146
"mongodb-js-fmt": "^0.0.3",
147
"mongodb-js-precommit": "^0.2.8",
- "mongodb-runner": "^3.1.15",
148
+ "mongodb-runner": "^3.2.2",
149
"spectron": "^0.34.1",
150
"xvfb-maybe": "^0.1.3"
151
0 commit comments