File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ npx --no-install commitlint --edit $1
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ npx --no-install lint-staged
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 38
38
"test:update" : " npm run test -- --u" ,
39
39
"test:watch" : " npm run test -- --watch" ,
40
40
"type-check" : " tsc --noEmit" ,
41
- "semantic-release" : " semantic-release"
41
+ "semantic-release" : " semantic-release" ,
42
+ "prepare" : " husky install"
42
43
},
43
44
"dependencies" : {
44
45
"@typescript-eslint/experimental-utils" : " ^4.24.0"
60
61
"eslint-plugin-node" : " ^11.1.0" ,
61
62
"eslint-plugin-prettier" : " ^3.4.0" ,
62
63
"eslint-plugin-promise" : " ^5.1.0" ,
63
- "husky" : " ^4.3.8 " ,
64
+ "husky" : " ^7.0.0 " ,
64
65
"jest" : " ^27.0.4" ,
65
66
"lint-staged" : " ^10.5.4" ,
66
67
"prettier" : " 2.3.2" ,
You can’t perform that action at this time.
0 commit comments