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 1f1257d commit d738c85Copy full SHA for d738c85
package.json
@@ -10,7 +10,8 @@
10
"mongo:run": "mongodb-runner start -t replset --version 6.0 -- --port 27017",
11
"mongo:stop": "mongodb-runner stop --all",
12
"coverage": "nyc jasmine",
13
- "lint:fix": "eslint --fix --cache ./"
+ "lint:fix": "eslint --fix --cache ./",
14
+ "ci": "npm run mongo:run && npm run coverage && npm run mongo:stop"
15
},
16
"repository": {
17
"type": "git",
0 commit comments