Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit e5ff1f8

Browse files
committed
chore(package): add git-cz
1 parent ac4e738 commit e5ff1f8

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
@@ -68,7 +68,8 @@
6868
"prettier:write": "prettier -c .prettierrc --write",
6969
"docs": "styleguidist build",
7070
"docs:server": "styleguidist server",
71-
"test": "jest"
71+
"test": "jest",
72+
"commit": "npx git-cz"
7273
},
7374
"husky": {
7475
"hooks": {

0 commit comments

Comments
 (0)