File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
"husky" : {
20
20
"hooks" : {
21
- "pre-commit" : " lint-staged" ,
21
+ "pre-commit" : " ygsec && lint-staged" ,
22
22
"commit-msg" : " commitlint -E HUSKY_GIT_PARAMS" ,
23
- "pre-push" : " npm run lint:fix && npm run prettier:fix"
23
+ "pre-push" : " ygsec && npm run lint:fix && npm run prettier:fix"
24
24
}
25
25
},
26
26
"lint-staged" : {
45
45
"@semantic-release/npm" : " ^7.0.4" ,
46
46
"@semantic-release/release-notes-generator" : " ^9.0.1" ,
47
47
"@serverless/platform-client-china" : " ^1.0.19" ,
48
+ "@ygkit/secure" : " 0.0.3" ,
48
49
"babel-eslint" : " ^10.1.0" ,
49
50
"dotenv" : " ^8.2.0" ,
50
51
"eslint" : " ^6.8.0" ,
51
52
"eslint-config-prettier" : " ^6.10.0" ,
52
53
"eslint-plugin-import" : " ^2.20.1" ,
53
54
"eslint-plugin-prettier" : " ^3.1.2" ,
54
- "husky" : " ^4.2.3 " ,
55
+ "husky" : " ^4.2.5 " ,
55
56
"jest" : " ^25.0.1" ,
56
57
"lint-staged" : " ^10.0.8" ,
57
58
"prettier" : " ^1.19.1" ,
You can’t perform that action at this time.
0 commit comments