Skip to content

Commit

Permalink
adds test to coverall?
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpractice committed Jan 8, 2017
1 parent 5be9055 commit a3f0261
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 @@ -15,7 +15,7 @@
"build:dev": "rollup -c rollup.es6.config.js",
"test": "NODE_ENV=test jest",
"doc": "jsdoc -c config/conf.json app",
"coverage": "cat coverage/lcov.info | coveralls",
"coverage": "yarn test && cat coverage/lcov.info | coveralls",
"dev": "node .",
"lint": "./node_modules/.bin/eslint --fix -c .eslintrc.js . --ext .js --ignore-path .gitignore --cache"
},
Expand Down

0 comments on commit a3f0261

Please sign in to comment.