toplenboren / simple-git-hooks

A simple git hooks manager for small projects
MIT License
1.32k stars 43 forks source link

fix and simplify project root detection in pnpm #48

Closed Djaler closed 3 years ago

javier-garcia-meteologica commented 3 years ago

I decided to test this branch on an existing monorepo.

"devDependencies": {
  "simple-git-hooks": "github:Djaler/simple-git-hooks#fix-pnpm"
}

After clearing node_modules, removing pnpm-lock.yaml and doing pnpm i, this branch works fine.

Djaler commented 3 years ago

Wow, I didn't know that pnpm can install directly from git