Skip to content

Commit 4221b96

Browse files
committed
Fix running coveralls
1 parent 0c45389 commit 4221b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch": "tsc -w",
1010
"lint": "eslint \"src/**/*.ts\" && eslint \"test/**/*.ts\"",
1111
"test": "jest --verbose",
12-
"coveralls": "coveralls coverage/lcov.info"
12+
"coveralls": "cat coverage/lcov.info | coveralls"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)