Skip to content

Commit 91ee7d5

Browse files
committed
Remove jest-coverage command
1 parent 5363c15 commit 91ee7d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore \"**/*.spec.js\"",
1313
"clean": "rimraf dist",
1414
"jest": "jest",
15-
"jest-coverage": "jest --coverage",
1615
"lint": "eslint src/ --ext .jsx,.js",
1716
"prepack": "yarn clean && yarn build",
1817
"test": "yarn lint && yarn jest"

0 commit comments

Comments
 (0)