style: add 'npm run version' for better commit messages

This commit is contained in:
AJ ONeal 2022-09-28 23:05:43 -06:00
parent fd6ed8722e
commit 736dc3779c
No known key found for this signature in database
GPG Key ID: 585419CA6DB0AA23
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"version": "npm version -m \"chore(release): bump to v%s\""
},
"repository": {
"type": "git",