Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(test): updates coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Jan 12, 2020
1 parent 710c3c5 commit 324ca3b
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 @@ -102,7 +102,7 @@
"test": "react-scripts test --detectOpenHandles",
"test:ci": "cross-env CI=true react-scripts test",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls",
"semantic-release": "semantic-release"
},
"browserslist": {
Expand Down

0 comments on commit 324ca3b

Please sign in to comment.