2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-30 21:55:17 +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

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"