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 d738c85 commit e50978dCopy full SHA for e50978d
package.json
@@ -11,7 +11,7 @@
11
"mongo:stop": "mongodb-runner stop --all",
12
"coverage": "nyc jasmine",
13
"lint:fix": "eslint --fix --cache ./",
14
- "ci": "npm run mongo:run && npm run coverage && npm run mongo:stop"
+ "test:integration": "npm run mongo:run && npm run coverage && npm run mongo:stop"
15
},
16
"repository": {
17
"type": "git",
0 commit comments