Add logs target

This commit is contained in:
Pedro Pombeiro 2019-01-29 19:19:59 +01:00
parent 72bc1ae167
commit c6e66890e3
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@
"postinstall": "yarn build",
"start": "probot run ./lib/index.js",
"test": "jest && tsc -p tsconfig.json",
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
"test:watch": "jest --watch --notify --notifyMode=change --coverage",
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/deps-lock-snitch-bot.web.1/docker.log"
},
"version": "1.0.0"
}