Since it is a multi-person development, in mac environment, it is required to set chmod + x.usky /pre-commit for projects, but many people may deliberately leave it unset in an attempt to submit the wrong code to the repository
I know you can do this, but this command does not exist on windows. How can I do this command only on mac
scripts:{
"prepare": "husky install && chmod +x .husky/*"`
}