File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change
1
+ _
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ yarn commitlint --edit
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ yarn run lint-staged
Original file line number Diff line number Diff line change 15
15
"version" : " yarn run build" ,
16
16
"coverage" : " jest --runInBand --coverage --coverageDirectory '../coverage'" ,
17
17
"commit" : " git-cz" ,
18
- "semantic-release" : " semantic-release"
18
+ "semantic-release" : " semantic-release" ,
19
+ "prepare" : " husky install"
19
20
},
20
21
"engines" : {
21
22
"node" : " >=10"
47
48
" prettier --write"
48
49
]
49
50
},
50
- "husky" : {
51
- "hooks" : {
52
- "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS" ,
53
- "pre-commit" : " lint-staged"
54
- }
55
- },
56
51
"volta" : {
57
52
"node" : " 14.11.0" ,
58
53
"yarn" : " 1.22.4"
90
85
},
91
86
"dependencies" : {},
92
87
"peerDependencies" : {
93
- "react" : " ^ 16.11 .0"
88
+ "react" : " >= 16.0 .0"
94
89
},
95
90
"config" : {
96
91
"commitizen" : {
You can’t perform that action at this time.
0 commit comments