File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "path": "./node_modules/cz-conventional-changelog"
3
+ }
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
- npx --no -- commitlint --edit ${1}
1
+ npx --no -- commitlint --edit $1
Original file line number Diff line number Diff line change 15
15
"copy" : " npx cap copy" ,
16
16
"update" : " npx cap update" ,
17
17
"sync" : " npx cap sync" ,
18
- "prepare" : " husky"
18
+ "prepare" : " husky" ,
19
+ "pre-commit" : " cz"
20
+ },
21
+ "hooks" : {
22
+ "prepare-commit-msg" : " exec < /dev/tty && npx cz --hook || true"
19
23
},
20
24
"dependencies" : {
21
25
"@capacitor-community/admob" : " ^6.1.0" ,
33
37
"@commitlint/config-conventional" : " ^19.6.0" ,
34
38
"babel-plugin-transform-remove-console" : " ^6.9.4" ,
35
39
"core-js" : " ^3.39.0" ,
40
+ "cz-conventional-changelog" : " ^3.3.0" ,
36
41
"husky" : " ^9.1.7" ,
37
42
"typescript" : " ^5.7.2" ,
38
43
"vite" : " ^5.4.2" ,
You can’t perform that action at this time.
0 commit comments