Skip to content

Commit e86f27f

Browse files
committed
Fix coveralls
1 parent 6c2c84a commit e86f27f

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
@@ -10,7 +10,7 @@
1010
"test": "lab --leaks",
1111
"test-cov-html": "lab --leaks -a @hapi/code -r html -o coverage.html",
1212
"lint": "eslint lib/*.js",
13-
"coveralls": "./node_modules/lab/bin/lab -r lcov | ./node_modules/.bin/coveralls",
13+
"coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
1414
"prettify": "prettier --print-width 100 --tab-width 4 --single-quote --trailing-comma all --write \"{{lib,test}/**/*.js,*.{js,md,json}}\""
1515
},
1616
"husky": {

0 commit comments

Comments
 (0)