Skip to content

Commit

Permalink
Add coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
Grex authored and Grex committed Feb 25, 2017
1 parent 99b2f44 commit ec20f33
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 @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "./node_modules/babel-cli/bin/babel-node.js ./node_modules/webpack/bin/webpack.js",
"coverage": "coveralls < coverage/lcov.info",
"lint": "eslint src",
"start": "npm run build && nodemon private/server.js",
"test": "jest -c jest.json",
Expand Down

0 comments on commit ec20f33

Please sign in to comment.