We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9e2c5 commit 477a192Copy full SHA for 477a192
package.json
@@ -10,7 +10,8 @@
10
"lint": "eslint src tests",
11
"test": "jest --coverage --expand",
12
"test:watch": "jest --watch",
13
- "prepublish": "yarn lint && yarn test && yarn clean && yarn build"
+ "prepublish": "yarn lint && yarn test && yarn clean && yarn build",
14
+ "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
15
},
16
"repository": {
17
"type": "git",
@@ -29,6 +30,7 @@
29
30
"@babel/preset-env": "^7.6.3",
31
"babel-jest": "^24.9.0",
32
"babel-loader": "^8.0.6",
33
+ "coveralls": "^3.0.7",
34
"eslint": "^6.5.1",
35
"eslint-config-airbnb-base": "^14.0.0",
36
"eslint-config-prettier": "^6.4.0",
0 commit comments