mirror of
https://github.com/sern-handler/handler
synced 2026-06-17 05:12:16 +00:00
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:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user