Skip to content

Commit 63383bc

Browse files
authored
chore: use czg replace commitzen (#1077)
1 parent b6c4310 commit 63383bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.husky/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[ -n "$CI" ] && exit 0
44
. "$(dirname "$0")/_/husky.sh"
55

6-
exec < /dev/tty && npx git-cz --hook || true
6+
exec < /dev/tty && npx czg --hook || true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
"camelcase": "^7.0.0",
122122
"cli-color": "^2.0.1",
123123
"clipboard": "^2.0.6",
124-
"commitizen": "^4.0.3",
125124
"cross-env": "^7.0.2",
126125
"cypress": "^9.1.1",
127-
"cz-git": "^1.3.2",
126+
"cz-git": "^1.3.8",
127+
"czg": "^1.3.8",
128128
"esbuild": "^0.14.11",
129129
"eslint": "^7.32.0",
130130
"eslint-config-airbnb-base": "^15.0.0",

0 commit comments

Comments
 (0)