Skip to content

Commit

Permalink
fix(travis): trying to fix coverrals
Browse files Browse the repository at this point in the history
BREAKING CHANGE: nan
  • Loading branch information
EmaSuriano committed Feb 8, 2018
1 parent 9c42c38 commit eda2da5
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 @@ -10,7 +10,7 @@
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "jest",
"test": "jest --coverage",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"deploy-gh": "gh-pages -d demo/dist",
Expand Down

0 comments on commit eda2da5

Please sign in to comment.