File tree Expand file tree Collapse file tree 6 files changed +6
-17
lines changed Expand file tree Collapse file tree 6 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3- . " $( dirname " $0 " ) /common.sh"
4-
51npx --no-install commitlint --edit ""
Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41yarn install
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3- . " $( dirname " $0 " ) /common.sh"
4-
51npx lint-staged
Original file line number Diff line number Diff line change 1313 "start" : " nodemon" ,
1414 "release" : " standard-version && git push --follow-tags origin main && yarn publish" ,
1515 "clean" : " rimraf dist" ,
16- "prepare" : " husky install " ,
16+ "prepare" : " husky" ,
1717 "lint:js" : " eslint --ext \" .js,.ts\" --ignore-path .gitignore ." ,
1818 "lint:prettier" : " prettier --check ." ,
1919 "lint" : " yarn lint:js && yarn lint:prettier" ,
6363 "eslint-plugin-import" : " ^2.29.1" ,
6464 "eslint-plugin-prettier" : " ^4.2.1" ,
6565 "eslint-plugin-promise" : " ^6.1.1" ,
66- "husky" : " ^8 .0.3 " ,
66+ "husky" : " ^9 .0.11 " ,
6767 "jsdom" : " ^22.1.0" ,
6868 "lint-staged" : " >=15.2.2" ,
6969 "nodemon" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -7041,10 +7041,10 @@ human-signals@^5.0.0:
70417041 resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
70427042 integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
70437043
7044- husky@^8 .0.3 :
7045- version "8 .0.3 "
7046- resolved "https://registry.yarnpkg.com/husky/-/husky-8 .0.3 .tgz#4936d7212e46d1dea28fef29bb3a108872cd9184 "
7047- integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg ==
7044+ husky@^9 .0.11 :
7045+ version "9 .0.11 "
7046+ resolved "https://registry.yarnpkg.com/husky/-/husky-9 .0.11 .tgz#fc91df4c756050de41b3e478b2158b87c1e79af9 "
7047+ integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw ==
70487048
70497049iconv-lite@0.6.3:
70507050 version "0.6.3"
You can’t perform that action at this time.
0 commit comments