请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

老师, 我想问一下, 我的前端代码在subfoler里面, 怎么配置husky hook?

“husky”: "^5.1.3"
项目结构为:
`-project

–.git
–frontend
—src
—package.json
–server
`
当我安装玩husky, 运行 npx husky add .husky/pre-commit “yarn lint-staged”,
错误:can’t create hook, .husky directory doesn’t exist

正在回答 回答被采纳积分+3

1回答

Nolan 2021-03-11 16:18:04

应该不行吧,或者查一下husky文档,看看能不能指定文件

0 回复 有任何疑惑可以回复我~
  • 提问者 qq_skywalker_23855555 #1
    谢谢老师, 文档找到了https://typicode.github.io/husky/#/?id=custom-directory
    
    
    By design, husky install must be run in the same directory as .git, but you can change directory during prepare script and pass a subdirectory:
    
    // package.json
    {
      "scripts": {
        "prepare": "cd .. && husky install front/.husky"
      }
    }
    回复 有任何疑惑可以回复我~ 2021-03-11 16:47:09
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信