Skip to content

Commit 33965c3

Browse files
authored
chore: added commit script (vuejs#3545)
Now you can use `npm run commit` to add commit messages if you are unfamiliar with commit rules
1 parent 2aa7670 commit 33965c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"docs": "vuepress dev docs",
4747
"docs:build": "vuepress build docs",
4848
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
49-
"release": "bash scripts/release.sh"
49+
"release": "bash scripts/release.sh",
50+
"commit": "git-cz"
5051
},
5152
"gitHooks": {
5253
"pre-commit": "lint-staged",

0 commit comments

Comments
 (0)