Skip to content

Commit

Permalink
fix: test:coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushiknishchay committed Apr 3, 2018
1 parent e7173b3 commit 338a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --verbose",
"eject": "react-scripts eject",
"test:coverage": "react-scripts test --env=jsdom --coverage && cat ./coverage/lcov.info | coveralls",
"test:coverage": "react-scripts test --env=jsdom --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "(eslint --ext=js --ext=jsx . ) && echo Lint Passed! ALL Clear! ❤"
},
"devDependencies": {
Expand Down

0 comments on commit 338a67c

Please sign in to comment.