2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-30 05:48:00 +00:00

scripts with ./node_modules/bin/

This commit is contained in:
yago 2015-06-29 22:04:29 +02:00
parent 436979aeee
commit 010f4f15d6

View File

@ -14,8 +14,8 @@
"bot"
],
"scripts": {
"test": "mocha test/index.js",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"test": "./node_modules/.bin/mocha test/index.js",
"test-cov": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"author": "Yago Pérez <yagoperezs@gmail.com>",
"license": "MIT",