We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c45389 commit 4221b96Copy full SHA for 4221b96
package.json
@@ -9,7 +9,7 @@
9
"watch": "tsc -w",
10
"lint": "eslint \"src/**/*.ts\" && eslint \"test/**/*.ts\"",
11
"test": "jest --verbose",
12
- "coveralls": "coveralls coverage/lcov.info"
+ "coveralls": "cat coverage/lcov.info | coveralls"
13
},
14
"repository": {
15
"type": "git",
0 commit comments