mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 21:07:39 +00:00
[npm] Do not update 'contributors' by default
Bug: The contributors tool is invoked during testing. It prompts for user input which freezes the CI. Disable it for now until we find a proper workaround or fix the tool!
This commit is contained in:
parent
d54a6cd227
commit
f8667dc548
@ -16,7 +16,7 @@
|
||||
"scripts": {
|
||||
"gen-doc": "jsdoc2md --files src/telegram.js --template README.hbs > README.md",
|
||||
"build": "babel -d ./lib src",
|
||||
"prepublish": "npm run build && npm run gen-doc && contributor",
|
||||
"prepublish": "npm run build && npm run gen-doc",
|
||||
"eslint": "eslint ./src ./test ./examples",
|
||||
"pretest": "npm run build",
|
||||
"test": "npm run eslint && istanbul cover ./node_modules/mocha/bin/_mocha"
|
||||
|
Loading…
x
Reference in New Issue
Block a user