scripts with ./node_modules/bin/

experimental
yago 11 years ago
parent 436979aeee
commit 010f4f15d6
  1. 4
      package.json

@ -14,8 +14,8 @@
"bot" "bot"
], ],
"scripts": { "scripts": {
"test": "mocha test/index.js", "test": "./node_modules/.bin/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-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>", "author": "Yago Pérez <yagoperezs@gmail.com>",
"license": "MIT", "license": "MIT",

Loading…
Cancel
Save