chore: added script

now whenever you are ready to release new version just type npm run release and see the magic
This commit is contained in:
EvolutionX
2022-02-14 23:00:16 +05:30
parent 741cf13fd5
commit 9174838b09

View File

@@ -7,7 +7,8 @@
"compile": "tsc",
"watch": "tsc -w",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix"
"format": "eslint src/**/*.ts --fix",
"release": "standard-version && git push --follow-tags"
},
"keywords": [],
"author": "",