Skip to content

Commit 15b3663

Browse files
committed
BUMP 1.1.5
1 parent b5310da commit 15b3663

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-compass",
33
"description": "The MongoDB GUI.",
4-
"version": "1.1.4-testing",
4+
"version": "1.1.5",
55
"main": "src/main.js",
66
"product_name": "MongoDB Compass",
77
"authors": "MongoDB Inc.",
@@ -27,17 +27,16 @@
2727
"prestart": "node scripts/prestart.js",
2828
"start": "node scripts/start.js",
2929
"//": "Run only the fast unit tests",
30-
"pretest": "npm run compile-ui",
30+
"pretest": "node scripts/compile-ui.js && mongodb-runner start && mongodb-runner stop",
3131
"test": "xvfb-maybe node scripts/test.js",
32-
"prepublish": "node scripts/prepublish.js",
32+
"prepublish": "node scripts/compile-ui.js && node scripts/prepublish.js",
3333
"postuninstall": "node scripts/postuninstall.js",
3434
"precheck": "npm run compile-ui",
3535
"check": "mongodb-js-precommit ./src/app/*.js ./src/app/**/**/*.js ./src/{app/**/*.js,main/**/*.js} ./{scripts,test}/*.js",
3636
"ci": "npm run test",
3737
"clean": "npm run postuninstall",
3838
"compile-ui": "node scripts/compile-ui.js",
3939
"fmt": "mongodb-js-fmt ./*.js src/{**/*.js,*.js} test/{**/*.js,*.js} scripts/*.js",
40-
"pretest": "mongodb-runner start && mongodb-runner stop",
4140
"release": "npm run prepublish",
4241
"test-functional": "npm test -- --functional",
4342
"test-unit": "npm test -- --unit",

0 commit comments

Comments
 (0)