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

This commit is contained in:
AJ ONeal 2022-09-28 23:05:43 -06:00
父節點 fd6ed8722e
當前提交 736dc3779c
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 585419CA6DB0AA23

查看文件

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