File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- npx --no -- commitlint --edit
4
+ npx --no -- commitlint -x $( npm root -g ) /@commitlint/config-conventional --edit
Original file line number Diff line number Diff line change 12
12
"url" : " https://github.com/cotes2020/jekyll-theme-chirpy/issues"
13
13
},
14
14
"homepage" : " https://github.com/cotes2020/jekyll-theme-chirpy#readme" ,
15
- "scripts" : {
16
- "prepare" : " husky install"
17
- },
18
15
"devDependencies" : {
19
- "@commitlint/cli" : " ^16.2.1" ,
20
- "@commitlint/config-conventional" : " ^16.2.1" ,
21
16
"gulp" : " ^4.0.2" ,
22
17
"gulp-concat" : " ^2.6.1" ,
23
18
"gulp-insert" : " ^0.5.0" ,
24
19
"gulp-rename" : " ^2.0.0" ,
25
20
"gulp-uglify" : " ^3.0.2" ,
26
- "husky" : " ^7.0.4" ,
27
21
"standard-version" : " ^9.3.2" ,
28
22
"uglify-js" : " ^3.14.3"
29
23
},
30
- "commitlint" : {
31
- "extends" : [
32
- " @commitlint/config-conventional"
33
- ]
34
- },
35
24
"standard-version" : {
36
25
"skip" : {
37
26
"commit" : true ,
You can’t perform that action at this time.
0 commit comments