Skip to content

Commit

Permalink
fixing coveralls submit
Browse files Browse the repository at this point in the history
  • Loading branch information
dutradda committed Dec 5, 2018
1 parent 98eefd9 commit 5f2e1d3
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 @@ -9,7 +9,7 @@
"build": "babel src --out-dir dist --ignore test.jsx,test.js",
"build:watch": "babel src --watch --out-dir dist --ignore test.jsx,test.js",
"test": "jest",
"test:ci": "jest --coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"test:ci": "jest --coverage && cat ./coverage/lcov.info | coveralls --verbose && rm -rf ./coverage"
},
"directories": [
"./dist"
Expand Down

0 comments on commit 5f2e1d3

Please sign in to comment.