Skip to content

Commit 86455d9

Browse files
committed
fix: add missing command
1 parent f219715 commit 86455d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/pool/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"@browserless/test": "latest",
3131
"ava": "latest",
3232
"browserless": "latest",
33+
"coveralls": "latest",
3334
"nyc": "latest",
3435
"puppeteer": "latest"
3536
},
@@ -40,6 +41,7 @@
4041
"src"
4142
],
4243
"scripts": {
44+
"coverage": "nyc report --reporter=text-lcov | coveralls",
4345
"test": "nyc ava"
4446
},
4547
"license": "MIT"

0 commit comments

Comments
 (0)