Skip to content

Commit

Permalink
chore: generate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Dec 17, 2019
1 parent e121bc6 commit 4fcc556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"postinstall": "lerna bootstrap",
"lint": "eslint --no-eslintrc -c .eslintrc.js ./*.js ./packages/**/*.ts",
"test": "jest",
"test": "jest --coverage",
"build": "lerna run build",
"create-translator": "node scripts/create-translator",
"commit": "git-cz",
Expand Down

0 comments on commit 4fcc556

Please sign in to comment.