mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-09-01 14:45:27 +00:00
Add postversion script (#94)
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"precommit": "bash scripts/pre-commit.sh",
|
"precommit": "bash scripts/pre-commit.sh",
|
||||||
|
"postversion": "git push --atomic --follow-tags origin develop develop:master",
|
||||||
"start": "node index",
|
"start": "node index",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
Reference in New Issue
Block a user