2
0
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:
GochoMugo 2017-01-07 15:05:05 +03:00
parent d54a6cd227
commit f8667dc548
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -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"