Skip to content

Commit d738c85

Browse files
committed
add ci command
1 parent 1f1257d commit d738c85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"mongo:run": "mongodb-runner start -t replset --version 6.0 -- --port 27017",
1111
"mongo:stop": "mongodb-runner stop --all",
1212
"coverage": "nyc jasmine",
13-
"lint:fix": "eslint --fix --cache ./"
13+
"lint:fix": "eslint --fix --cache ./",
14+
"ci": "npm run mongo:run && npm run coverage && npm run mongo:stop"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)