chore: add package.json.scripts.bump

This commit is contained in:
AJ ONeal
2023-12-30 20:10:38 -07:00
parent 3fa4b207e4
commit 9bcf126df2

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",