chore: add post checkout git hook

This commit is contained in:
Miodec 2025-08-04 15:01:11 +02:00
parent 6f6af5e622
commit 5af3a81467

4
.husky/post-checkout Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm i