Skip to content

Commit

Permalink
upd coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
pasupulaphani committed May 17, 2020
1 parent 7c8c136 commit aa3a453
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
},
"homepage": "https://github.com/pasupulaphani/node-cache-redis#readme",
"author": "pasupulaphani@gmail.com",
"contributors": [
{
"name": "Ron Yang",
"email": "yrong1997@gmail.com"
}
],
"contributors": [{
"name": "Ron Yang",
"email": "yrong1997@gmail.com"
}],
"license": "WTFPL",
"keywords": [
"redis",
Expand All @@ -40,9 +38,9 @@
],
"scripts": {
"lint": "eslint ./lib",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"test": "jest --runInBand --detectOpenHandles --forceExit --coverage",
"test:watch": "jest --runInBand --detectOpenHandles --forceExit --watch",
"coveralls": "jest --coverage && coveralls < coverage/lcov.info",
"coveralls": "npm run test && coveralls < coverage/lcov.info",
"docs": "jsdoc -c .jsdoc.json",
"publish:patch": "npm version patch && npm run publish:push",
"publish:minor": "npm version minor && npm run publish:push",
Expand Down

0 comments on commit aa3a453

Please sign in to comment.