chore: add version bump script

This commit is contained in:
AJ ONeal 2024-08-28 21:35:46 -06:00
parent f0dbc2ada8
commit bd7527b205
Signed by: coolaj86
GPG Key ID: F1D692A76F70CF98

View File

@ -13,6 +13,7 @@
"dist"
],
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"build": "sh ./build.sh",
"fmt": "npm run basetag-rebase && npm run prettier",
"test": "node ./tests/",