File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ if [ -z "$husky_skip_init" ]; then
23
23
24
24
if [ $exitCode != 0 ]; then
25
25
echo " husky - $hook_name hook exited with code $exitCode (error)"
26
- exit $exitCode
27
26
fi
28
27
29
- exit 0
28
+ exit $exitCode
30
29
fi
Original file line number Diff line number Diff line change 43
43
"eslint-plugin-node" : " 11.1.0" ,
44
44
"eslint-plugin-promise" : " 5.1.0" ,
45
45
"eslint-plugin-standard" : " 5.0.0" ,
46
- "husky" : " 6 .0.0" ,
46
+ "husky" : " 7 .0.0" ,
47
47
"jest" : " 27.0.6" ,
48
48
"json-schema-to-markdown" : " 1.1.1" ,
49
49
"lint-staged" : " 11.0.0" ,
Original file line number Diff line number Diff line change @@ -4485,10 +4485,10 @@ human-signals@^2.1.0:
4485
4485
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
4486
4486
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
4487
4487
4488
- husky@6 .0.0 :
4489
- version "6 .0.0"
4490
- resolved "https://registry.yarnpkg.com/husky/-/husky-6 .0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e "
4491
- integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ ==
4488
+ husky@7 .0.0 :
4489
+ version "7 .0.0"
4490
+ resolved "https://registry.yarnpkg.com/husky/-/husky-7 .0.0.tgz#3dbd5d28e76234689ee29bb41e048f28e3e46616 "
4491
+ integrity sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w ==
4492
4492
4493
4493
[email protected] , iconv-lite@^0.4.24:
4494
4494
version "0.4.24"
You can’t perform that action at this time.
0 commit comments