Skip to content

Commit 9ada107

Browse files
author
Robin Frischmann
authored
use test:coverage to generate coverage data
1 parent 101e019 commit 9ada107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"build": "babel src -d es --ignore __tests__ && BABEL_ENV=commonjs babel src -d lib --ignore __tests__",
2525
"clean": "rimraf es lib coverage",
26-
"check": "yarn format && yarn lint && yarn test",
26+
"check": "yarn format && yarn lint && yarn test:coverage",
2727
"format": "prettier --write \"src/**/*.js\"",
2828
"lint": "eslint src/**/*.js",
2929
"release": "git pull --rebase && yarn setup && yarn run check && npm publish",

0 commit comments

Comments
 (0)