Skip to content

Commit 76fd218

Browse files
committed
Merge pull request #63 from graphql/coveralls2
coveralls sanity
2 parents 8d30fc4 + 0b4d7c6 commit 76fd218

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
@@ -40,7 +40,7 @@
4040
"check": "flow check",
4141
"build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib",
4242
"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"
43+
"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"
4444
},
4545
"dependencies": {
4646
"babel-runtime": "5.7.0"

0 commit comments

Comments
 (0)