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 6c2c84a commit e86f27fCopy full SHA for e86f27f
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"test": "lab --leaks",
11
"test-cov-html": "lab --leaks -a @hapi/code -r html -o coverage.html",
12
"lint": "eslint lib/*.js",
13
- "coveralls": "./node_modules/lab/bin/lab -r lcov | ./node_modules/.bin/coveralls",
+ "coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
14
"prettify": "prettier --print-width 100 --tab-width 4 --single-quote --trailing-comma all --write \"{{lib,test}/**/*.js,*.{js,md,json}}\""
15
},
16
"husky": {
0 commit comments