Skip to content

Commit

Permalink
travis document & simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayabharathib committed Feb 5, 2017
1 parent ecfe6a9 commit 47b38e6
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 @@ -52,7 +52,7 @@
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build",
"report": "nyc npm run local-test && nyc report --reporter=lcov",
"coveralls": "npm run report --reporter=text-lcov | coveralls",
"coveralls": "nyc npm run local-test && nyc report --reporter=text-lcov | coveralls",
"watch": "npm-watch",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
Expand Down

0 comments on commit 47b38e6

Please sign in to comment.