Skip to content

Commit e50978d

Browse files
committed
add integration test command
1 parent d738c85 commit e50978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mongo:stop": "mongodb-runner stop --all",
1212
"coverage": "nyc jasmine",
1313
"lint:fix": "eslint --fix --cache ./",
14-
"ci": "npm run mongo:run && npm run coverage && npm run mongo:stop"
14+
"test:integration": "npm run mongo:run && npm run coverage && npm run mongo:stop"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)