Skip to content

Commit

Permalink
Add coverage to root package
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc committed Oct 17, 2019
1 parent b41c229 commit 5fe34db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test:browser:build": "lerna run test:browser:build --stream -- --colors",
"test:browser:run": "lerna run test:browser:run --stream -- --colors",
"test:browser": "lerna run test:browser --stream -- --colors",
"coverage": "lerna run coverage --stream -- --colors",
"coveralls": "lerna run coveralls --stream",
"lint": "lerna run lint --stream",
"format": "lerna run format --stream",
Expand Down

0 comments on commit 5fe34db

Please sign in to comment.