Commit 446da80
authored
fix: postinstall should not contain dev env setup (#17)
`postinstall` runs after the user installs the package causing issues
since `simple-git-hooks` is not installed:

You already have `prepare` which runs when you run `pnpm install` inside
the repo that accomplishes what you want:
1 parent 8e30078 commit 446da80
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments