Skip to content

Commit

Permalink
Removed useless jest directory and second jest run for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaanemaa committed Apr 27, 2019
1 parent bc20475 commit 9155146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,9 +5,9 @@
"main": "src/main.js",
"scripts": {
"start": "node .",
"test": "npm run lint && jest . --coverage",
"test": "npm run lint && jest --coverage",
"lint": "eslint .",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9155146

Please sign in to comment.