We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aca994 commit f3ebab8Copy full SHA for f3ebab8
package.json
@@ -21,7 +21,7 @@
21
"t": "mocha --require babel-register --require babel-polyfill",
22
"testonly": "mocha --require babel-register --require babel-polyfill --check-leaks --full-trace --timeout 15000 src/**/__tests__/**/*-test.js",
23
"testonly:cover": "nyc --reporter html --reporter text-summary -- npm run testonly",
24
- "testonly:coveralls": "nyc --reporter text-lcov npm run testonly | coveralls",
+ "testonly:coveralls": "nyc --silent -- npm run testonly && nyc report --reporter text-lcov | coveralls",
25
"lint": "eslint --rulesdir ./resources/lint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",
26
"benchmark": "node ./resources/benchmark.js",
27
"prettier": "prettier --write 'src/**/*.js'",
0 commit comments