File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3-
41npx --no-install lint-staged
Original file line number Diff line number Diff line change 66 "main" : " cjs/index.js" ,
77 "module" : " esm/index.js" ,
88 "scripts" : {
9- "prepare" : " husky install && npm run build" ,
9+ "prepare" : " husky && npm run build" ,
1010 "released" : " npm run build && npm run doc" ,
1111 "doc" : " kkt build --app-src ./website" ,
1212 "start" : " kkt start --app-src ./website" ,
6060 "@uiw/reset.css" : " ~1.0.6" ,
6161 "@wcj/dark-mode" : " ^1.0.14" ,
6262 "compile-less-cli" : " ~1.9.0" ,
63- "husky" : " ~7 .0.4 " ,
63+ "husky" : " ^9 .0.11 " ,
6464 "kkt" : " ^7.5.5" ,
65- "lint-staged" : " ~12.3.5 " ,
65+ "lint-staged" : " ^15.2.2 " ,
6666 "prettier" : " ~2.8.0" ,
6767 "react" : " ~18.0.0" ,
6868 "react-dom" : " ~18.0.0" ,
You can’t perform that action at this time.
0 commit comments