File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname $0 ) /_/husky.sh"
3
-
4
1
yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
yarn lint-staged --concurrent false
Original file line number Diff line number Diff line change 22
22
"eslint-config-oclif" : " ^5.2.0" ,
23
23
"eslint-config-oclif-typescript" : " ^3.1.8" ,
24
24
"eslint-config-prettier" : " ^9.1.0" ,
25
- "husky" : " ^9" ,
25
+ "husky" : " ^9.1.1 " ,
26
26
"lint-staged" : " ^15" ,
27
27
"mocha" : " ^10.6.0" ,
28
28
"nyc" : " ^15.1.0" ,
Original file line number Diff line number Diff line change @@ -3999,7 +3999,7 @@ human-signals@^5.0.0:
3999
3999
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
4000
4000
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
4001
4001
4002
- husky@^9 :
4002
+ husky@^9.1.1 :
4003
4003
version "9.1.1"
4004
4004
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.1.tgz#73f8f1b58329f377654293148c1a6458f54ca224"
4005
4005
integrity sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==
You can’t perform that action at this time.
0 commit comments