[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!
experimental
GochoMugo 9 years ago
parent d54a6cd227
commit f8667dc548
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
  1. 2
      package.json

@ -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…
Cancel
Save