Skip to content

Commit

Permalink
add update coverage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkzero404 committed May 6, 2020
1 parent 0a7f070 commit e034c22
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 @@ -6,7 +6,7 @@
"scripts": {
"test": "jest",
"lint": "eslint --fix src/**/*.{ts,tsx}",
"coverage": "jest --coverage",
"coverage": "jest --coverage -u",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"build": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack/webpack.config.js",
Expand Down

0 comments on commit e034c22

Please sign in to comment.