Bringing back tldr bot again

- Removed all the permissions of the bot, so that github won't remove
the token.
This commit is contained in:
Agniva De Sarker
2017-01-28 17:36:19 +05:30
parent 2b0bc0be91
commit 17f4e6960d
3 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"precommit": "npm test",
"lint-markdown": "markdownlint pages/**/*.md",
"lint-tldr": "tldr-lint ./pages",
"test": "markdownlint pages/ && tldr-lint ./pages",
"test": "markdownlint pages/ && tldr-lint ./pages > test_result 2>&1",
"build-index": "node ./scripts/build-index.js > pages/index.json"
},
"repository": "tldr-pages/tldr",