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 ee7547a commit 3d9fd72Copy full SHA for 3d9fd72
package.json
@@ -56,7 +56,7 @@
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",
+ "ci": "npm run test-unit",
60
"clean": "hadron-build clean",
61
"compile-ui": "hadron-build ui",
62
"fmt": "mongodb-js-fmt ./*.js src/{**/*.js,*.js} test/{**/*.js,*.js}",
0 commit comments