Skip to content

Commit

Permalink
Re-enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Sep 18, 2020
1 parent 08ccb96 commit d1937fd
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 @@ -11,7 +11,7 @@
"bootstrap": "lerna bootstrap",
"postbootstrap": "lerna run postbootstrap",
"clean": "lerna clean --yes --private && lerna run clean",
"coveralls": "lerna run coveralls && (cat **/coverage/lcov.info)"
"coveralls": "lerna run coveralls && (cat **/coverage/lcov.info | coveralls)"
},
"author": "Marcus Longmuir",
"license": "Apache-2.0",
Expand Down

0 comments on commit d1937fd

Please sign in to comment.