2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 05:37:59 +00:00

Add postversion script (#94)

This commit is contained in:
GingerPlusPlus 2019-01-31 21:55:51 +01:00 committed by GitHub
parent 1fbec32df3
commit cb8eaebfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"precommit": "bash scripts/pre-commit.sh",
"postversion": "git push --atomic --follow-tags origin develop develop:master",
"start": "node index",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"