chore: add package.json.scripts.bump

This commit is contained in:
AJ ONeal
2023-12-30 20:10:38 -07:00
parent 7bb8040404
commit e9f46c355e

View File

@@ -5,6 +5,7 @@
"description": "webinstall script repository",
"main": "_webi/",
"scripts": {
"bump": "npm version -m \"chore(release): bump to v%s\"",
"fmt": "npm run prettier && npm run shfmt && npm run pwsh-fmt",
"lint": "npm run shellcheck && npm run jshint && npm run pwsh-lint",
"prepare": "npm run tooling-init && npm run git-hooks-init",