1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

chore(travis): set cron event

This commit is contained in:
ikatyang
2017-07-15 23:55:45 +08:00
parent 0cc7e3cb7c
commit 3f302dbde2
4 changed files with 16 additions and 14 deletions

View File

@@ -8,7 +8,8 @@
"repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/generator",
"scripts": {
"lint": "tslint -p ./tsconfig.json",
"test": "jest -c ./jest.json"
"test": "jest -c ./jest.json",
"generate": "ts-node ./scripts/generate.ts ./README.md"
},
"dependencies": {
"cheerio": "^0.22.0",