|
1 | 1 | { |
2 | 2 | "name": "mongodb-compass", |
3 | 3 | "description": "The MongoDB GUI.", |
4 | | - "version": "1.1.4-testing", |
| 4 | + "version": "1.1.5", |
5 | 5 | "main": "src/main.js", |
6 | 6 | "product_name": "MongoDB Compass", |
7 | 7 | "authors": "MongoDB Inc.", |
|
27 | 27 | "prestart": "node scripts/prestart.js", |
28 | 28 | "start": "node scripts/start.js", |
29 | 29 | "//": "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", |
31 | 31 | "test": "xvfb-maybe node scripts/test.js", |
32 | | - "prepublish": "node scripts/prepublish.js", |
| 32 | + "prepublish": "node scripts/compile-ui.js && node scripts/prepublish.js", |
33 | 33 | "postuninstall": "node scripts/postuninstall.js", |
34 | 34 | "precheck": "npm run compile-ui", |
35 | 35 | "check": "mongodb-js-precommit ./src/app/*.js ./src/app/**/**/*.js ./src/{app/**/*.js,main/**/*.js} ./{scripts,test}/*.js", |
36 | 36 | "ci": "npm run test", |
37 | 37 | "clean": "npm run postuninstall", |
38 | 38 | "compile-ui": "node scripts/compile-ui.js", |
39 | 39 | "fmt": "mongodb-js-fmt ./*.js src/{**/*.js,*.js} test/{**/*.js,*.js} scripts/*.js", |
40 | | - "pretest": "mongodb-runner start && mongodb-runner stop", |
41 | 40 | "release": "npm run prepublish", |
42 | 41 | "test-functional": "npm test -- --functional", |
43 | 42 | "test-unit": "npm test -- --unit", |
|
0 commit comments