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 8d30fc4 commit 0b4d7c6Copy full SHA for 0b4d7c6
package.json
@@ -40,7 +40,7 @@
40
"check": "flow check",
41
"build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib",
42
"watch": "babel scripts/watch.js | node",
43
- "coveralls": "isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
+ "coveralls": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
44
},
45
"dependencies": {
46
"babel-runtime": "5.7.0"
0 commit comments