mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-11 00:57:01 +08:00
chore: add post checkout git hook
This commit is contained in:
parent
6f6af5e622
commit
5af3a81467
1 changed files with 4 additions and 0 deletions
4
.husky/post-checkout
Executable file
4
.husky/post-checkout
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
pnpm i
|
Loading…
Add table
Reference in a new issue