We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101e019 commit 9ada107Copy full SHA for 9ada107
package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"build": "babel src -d es --ignore __tests__ && BABEL_ENV=commonjs babel src -d lib --ignore __tests__",
25
"clean": "rimraf es lib coverage",
26
- "check": "yarn format && yarn lint && yarn test",
+ "check": "yarn format && yarn lint && yarn test:coverage",
27
"format": "prettier --write \"src/**/*.js\"",
28
"lint": "eslint src/**/*.js",
29
"release": "git pull --rebase && yarn setup && yarn run check && npm publish",
0 commit comments