File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3838 "testonly" : " mocha $npm_package_options_mocha" ,
3939 "lint" : " eslint src" ,
4040 "check" : " flow check" ,
41- "cover" : " babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha" ,
4241 "build" : " rm -rf lib/* && babel src --ignore __tests__ --out-dir lib" ,
4342 "watch" : " babel scripts/watch.js | node" ,
44- "coveralls" : " babel-node node_modules/.bin/ isparta cover --report html node_modules/.bin/_mocha --report lcovonly -- $npm_package_options_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
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"
4544 },
4645 "dependencies" : {
4746 "babel-runtime" : " 5.7.0"
You can’t perform that action at this time.
0 commit comments